aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3934 Extract sonar-pmd-plugin into Sonar JavaEvgeny Mandrikov2012-11-06287-5327/+0
|
* Don't use anyObject() matcherDavid Gageot2012-09-201-2/+2
|
* SONAR-3783 Core plugin not able to have his own l10n bundleFabrice Bellingard2012-09-18243-0/+1101
| | | => Move the bundles in the plugins they are related to.
* Reformat PMD rules.xml for better readabilityEvgeny Mandrikov2012-08-081-767/+197
|
* Fix EOLsEvgeny Mandrikov2012-08-084-105/+105
|
* 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
|
* 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-2739-1064/+1173
|
* Remove warningsDavid Gageot2012-04-274-29/+44
|
* 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
|
* Update copyright header for this new yearSimon Brandhof2012-01-1029-29/+29
|
* 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
| | | | | | | | | | | | | | New rules in PMD 4.3: * DontCallThreadRun * GuardDebugLogging New rules in PMD 4.2.6: * GenericsNaming * AvoidCatchingGenericException * AvoidLosingExceptionInformation * AvoidLiteralsInIfCondition * UseConcurrentHashMap * DoNotHardCodeSDCard
* 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
|
* Tests should be independent from EOL in resourcesEvgeny Mandrikov2011-04-221-11/+35
|
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵Evgeny Mandrikov2011-04-151-4/+1
| | | | and findbugs plugins
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-121-2/+2
| | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem
* Fix crlfEvgeny Mandrikov2011-04-043-63/+63
|
* SONAR-1898 Introduce new entry point - SonarPluginEvgeny Mandrikov2011-04-042-19/+42
|
* 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-233-65/+80
| | | | | | | | * Create new implementation of PmdViolationsXmlParser for sonar-pmd-plugin * Remove unused method in sonar-findbugs-plugin and remove dependency * Just remove dependency in sonar-squid-java-plugin
* Upgrade copyright headerssimonbrandhof2011-02-0427-283/+283
|
* SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵simonbrandhof2011-02-031-226/+452
| | | | multiple + replace the deprecated attribute 'priority' by a node
* SONAR-2161: Normalize Java version for PMDEvgeny Mandrikov2011-02-022-8/+26
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-311-0/+19
|
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-281-6/+6
| | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-4/+4
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-41/+37
|
* SONAR-2031: Remove the feature "reuse configuration" of the plugins ↵Godin2010-12-063-59/+16
| | | | Checkstyle and PMD
* Core Plugins: don't use deprecated methods, add missing license headerGodin2010-12-031-3/+2
|