aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3432 Support Regular expressionsDavid Gageot2012-07-061-1/+1
* SONAR-3432 Partially migrate rule param types to new namesDavid Gageot2012-07-061-43/+43
* SONAR-1995 Use TEXT input for xpath expression in XPath RuleDavid Gageot2012-07-061-1/+1
* Improve test coverageDavid Gageot2012-05-252-15/+6
* Remove warningsDavid Gageot2012-05-231-1/+0
* SONAR-3182 Remove unused codeEvgeny Mandrikov2012-05-232-65/+0
* SONAR 1076 Don't run PMD on test files if no test rule is definedDavid Gageot2012-05-081-1/+5
* Improve Unit Test coverage on PMD PluginDavid Gageot2012-05-072-4/+5
* A singleton is not needed. The code can be simplerDavid Gageot2012-04-301-12/+5
* Fix violationDavid Gageot2012-04-301-6/+6
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-271-2/+2
* SONAR 1076 - Run PMD on Unit TestsDavid Gageot2012-04-2717-278/+493
* Remove warningsDavid Gageot2012-04-272-9/+24
* Fix some quality flawsEvgeny Mandrikov2012-03-293-17/+19
* Enforce that parameters are non null by default in sonar-jacoco-plugin and so...Evgeny Mandrikov2012-03-281-0/+25
* Fix some quality flawsEvgeny Mandrikov2012-03-284-96/+6
* SONAR-3346 Add property "sonar.pmd.generateXml"Evgeny Mandrikov2012-03-272-14/+37
* SONAR-3346 Consume violations directly from PMD - no need to parse XMLEvgeny Mandrikov2012-03-263-9/+37
* SONAR-3229 PMD fails when inspecting Java files suffixed with .javSimon Brandhof2012-03-201-4/+5
* Update copyright header for this new yearSimon Brandhof2012-01-1018-18/+18
* SONAR-3144 sonar-cpd-plugin should not depend on PMDEvgeny Mandrikov2012-01-052-1/+67
* SONAR-2819 Upgrade to PMD 4.3Evgeny Mandrikov2011-11-301-1/+37
* fix violationssimonbrandhof2011-11-071-1/+1
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-291-1794/+1183
* Reduce technical debtsimonbrandhof2011-05-051-3/+2
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd an...Evgeny Mandrikov2011-04-151-4/+1
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-041-19/+7
* SONAR-1667 Add param ignoreAnnotations to PMD rule UselessOverridingMethodEvgeny Mandrikov2011-03-301-0/+3
* Fix coding violationssimonbrandhof2011-03-271-2/+3
* fix coding violationssimonbrandhof2011-03-271-23/+6
* Fix violations reported by Sonar EclipseEvgeny Mandrikov2011-03-084-20/+35
* SONAR-2231 Don't use module sonar-deprecated in core pluginsEvgeny Mandrikov2011-02-232-45/+54
* Upgrade copyright headerssimonbrandhof2011-02-0417-273/+273
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to mu...simonbrandhof2011-02-031-226/+452
* SONAR-2161: Normalize Java version for PMDEvgeny Mandrikov2011-02-021-7/+13
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-281-6/+6
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-1/+1
* SONAR-2031: Remove the feature "reuse configuration" of the plugins Checkstyl...Godin2010-12-062-32/+9
* Core Plugins: don't use deprecated methods, add missing license headerGodin2010-12-031-3/+2
* SONAR-2007 remove iso categories from checkstyle, pmd and findbugssimonbrandhof2010-12-031-224/+224
* SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ac...Godin2010-10-281-10/+16
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-081-5/+7
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-3/+3
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does...simonbrandhof2010-09-241-2/+1
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-231-0/+5
* fix : The PMD rule CloneMethodMustImplementCloneable was not imported from th...fmallet2010-09-171-1/+1
* fix integration test : the root node of a PMD configuration is "ruleset" and ...fmallet2010-09-171-1/+1
* When the import of a PMD configuration file fails, the full stack trace is lo...fmallet2010-09-171-3/+7
* fix SONAR-1766 - A warning is generated when the user tries to import a PMD c...fmallet2010-09-151-0/+13
* SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ...fmallet2010-09-156-125/+113