aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3934 Extract sonar-pmd-plugin into Sonar JavaEvgeny Mandrikov2012-11-06290-5462/+0
|
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* Don't use anyObject() matcherDavid Gageot2012-09-201-2/+2
|
* SONAR-3783 Core plugin not able to have his own l10n bundleFabrice Bellingard2012-09-18244-2/+1103
| | | => Move the bundles in the plugins they are related to.
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Reformat PMD rules.xml for better readabilityEvgeny Mandrikov2012-08-081-767/+197
|
* Fix EOLsEvgeny Mandrikov2012-08-084-105/+105
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* 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-062-1/+15
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Improve test coverageDavid Gageot2012-05-254-15/+140
|
* 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-074-9/+46
|
* Trying to fix the build on windowsDavid Gageot2012-05-011-1/+1
|
* A singleton is not needed. The code can be simplerDavid Gageot2012-04-302-13/+6
|
* 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-2742-1332/+1180
|
* Remove warningsDavid Gageot2012-04-274-29/+44
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-252-0/+4
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* Fix some quality flawsEvgeny Mandrikov2012-03-295-23/+47
|
* Enforce that parameters are non null by default in sonar-jacoco-plugin and ↵Evgeny Mandrikov2012-03-281-0/+25
| | | | sonar-pmd-plugin
* Fix some quality flawsEvgeny Mandrikov2012-03-2810-432/+26
|
* SONAR-3346 Add property "sonar.pmd.generateXml"Evgeny Mandrikov2012-03-274-18/+43
|
* SONAR-3346 Consume violations directly from PMD - no need to parse XMLEvgeny Mandrikov2012-03-264-13/+50
|
* SONAR-3229 PMD fails when inspecting Java files suffixed with .javSimon Brandhof2012-03-202-43/+49
|
* Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Update copyright header for this new yearSimon Brandhof2012-01-1029-29/+29
|
* SONAR-3150 Reduce size of PMD and FindBugs pluginsEvgeny Mandrikov2012-01-091-0/+28
| | | | | | | * Remove unused dependencies * Lock size with help of maven-enforcer-plugin to prevent future regressions
* SONAR-3144 sonar-cpd-plugin should not depend on PMDEvgeny Mandrikov2012-01-052-1/+67
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* SONAR-2819 Upgrade to PMD 4.3Evgeny Mandrikov2011-11-302-32/+40
| | | | | | | | | | | | | | New rules in PMD 4.3: * DontCallThreadRun * GuardDebugLogging New rules in PMD 4.2.6: * GenericsNaming * AvoidCatchingGenericException * AvoidLosingExceptionInformation * AvoidLiteralsInIfCondition * UseConcurrentHashMap * DoNotHardCodeSDCard