aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
|
* 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
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* SONAR-2148: Add new properties to manage level of Java languageEvgeny Mandrikov2011-01-282-6/+11
| | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* 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-064-61/+20
| | | | Checkstyle and PMD
* SONAR-2011: Remove dependency on maven-common-artifact-filters from ↵Godin2010-12-031-0/+10
| | | | sonar-plugin-api
* 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-249 improve core components to load rules and metricssimonbrandhof2010-11-291-3/+7
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* SONAR-1915: Deploy core plugins to maven repositoryGodin2010-11-031-6/+0
|
* SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ↵Godin2010-10-282-23/+52
| | | | activated without setting the "XPATH_EXPRESSION_PARAM" and "XPATH_MESSAGE_PARAM" values
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* API: apply the same pattern between rules and profiles API. The extension ↵simonbrandhof2010-10-083-11/+11
| | | | point to define rules is org.sonar.api.rules.RuleRepository. The classes AnnotationRuleParser and XMLRuleParser are components that can be used but not extended.
* API: improve the pattern to define quality profiles. The extension point is ↵simonbrandhof2010-10-083-3/+3
| | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended.
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-3/+3
|
* SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵simonbrandhof2010-09-241-2/+1
| | | | does not work
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-231-1/+1
|
* SONAR-1706 Depreciate sonar.reuseExistingRulesConfigurationsimonbrandhof2010-09-231-0/+5
|
* fix : The PMD rule CloneMethodMustImplementCloneable was not imported from ↵fmallet2010-09-171-1/+1
| | | | the profile Sonar Way
* fix integration test : the root node of a PMD configuration is "ruleset" and ↵fmallet2010-09-174-6/+6
| | | | not "resultset"
* When the import of a PMD configuration file fails, the full stack trace is ↵fmallet2010-09-171-3/+7
| | | | logged in the Sonar log file.
* Prevent Unit Tests from generating report file outside of the /target directoryfmallet2010-09-164-16/+4
|
* fix SONAR-1766 - A warning is generated when the user tries to import a PMD ↵fmallet2010-09-153-1/+23
| | | | configuration file with contains XPath rules. Those rules must be defined through the user web interface.
* SONAR-1766 - remove useless test resourcefmallet2010-09-152-1/+1
|
* SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ↵fmallet2010-09-1512-136/+143
| | | | interface and is operational.
* remove unexpected use of System.outfmallet2010-09-151-1/+0
|
* SONAR-1766 : Definition of the XPath rule and first version of the export ↵fmallet2010-09-1510-63/+215
| | | | mechanism
* SONAR-1766 : The PMD plugin uses the new Sonar rule APIfmallet2010-09-1526-693/+701
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-142-1/+6
|
* SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵fmallet2010-09-1212-66/+372
| | | | PMD XPath rule
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0641-0/+4919
value of rule parameters in Q profile console