Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests should be independent from EOL in resources | Evgeny Mandrikov | 2011-04-22 | 1 | -11/+35 |
| | |||||
* | Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵ | Evgeny Mandrikov | 2011-04-15 | 1 | -4/+1 |
| | | | | and findbugs plugins | ||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 1 | -2/+2 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | Fix crlf | Evgeny Mandrikov | 2011-04-04 | 3 | -63/+63 |
| | |||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 2 | -19/+42 |
| | |||||
* | SONAR-1667 Add param ignoreAnnotations to PMD rule UselessOverridingMethod | Evgeny Mandrikov | 2011-03-30 | 1 | -0/+3 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -2/+3 |
| | |||||
* | fix coding violations | simonbrandhof | 2011-03-27 | 1 | -23/+6 |
| | |||||
* | Fix violations reported by Sonar Eclipse | Evgeny Mandrikov | 2011-03-08 | 4 | -20/+35 |
| | |||||
* | SONAR-2231 Don't use module sonar-deprecated in core plugins | Evgeny Mandrikov | 2011-02-23 | 3 | -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 headers | simonbrandhof | 2011-02-04 | 27 | -283/+283 |
| | |||||
* | SONAR-2166 Cardinality of checkstyle rule Member Name should be updated to ↵ | simonbrandhof | 2011-02-03 | 1 | -226/+452 |
| | | | | multiple + replace the deprecated attribute 'priority' by a node | ||||
* | SONAR-2161: Normalize Java version for PMD | Evgeny Mandrikov | 2011-02-02 | 2 | -8/+26 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 1 | -0/+19 |
| | |||||
* | SONAR-2148: Add new properties to manage level of Java language | Evgeny Mandrikov | 2011-01-28 | 1 | -6/+6 |
| | | | | * Use sonar-java-api in sonar-pmd-plugin and sonar-clover-plugin | ||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 2 | -4/+4 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 4 | -41/+37 |
| | |||||
* | SONAR-2031: Remove the feature "reuse configuration" of the plugins ↵ | Godin | 2010-12-06 | 3 | -59/+16 |
| | | | | Checkstyle and PMD | ||||
* | Core Plugins: don't use deprecated methods, add missing license header | Godin | 2010-12-03 | 1 | -3/+2 |
| | |||||
* | SONAR-2007 remove iso categories from checkstyle, pmd and findbugs | simonbrandhof | 2010-12-03 | 1 | -224/+224 |
| | |||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 1 | -3/+7 |
| | |||||
* | SONAR-1871: Generate a meaningful error message when the PMD XPATH rule is ↵ | Godin | 2010-10-28 | 2 | -23/+52 |
| | | | | activated without setting the "XPATH_EXPRESSION_PARAM" and "XPATH_MESSAGE_PARAM" values | ||||
* | API: apply the same pattern between rules and profiles API. The extension ↵ | simonbrandhof | 2010-10-08 | 3 | -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 ↵ | simonbrandhof | 2010-10-08 | 3 | -3/+3 |
| | | | | org.sonar.api.profiles.ProfileDefinition, whereas XMLProfileParser and AnnotationProfileParser are components that can be used but not extended. | ||||
* | rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser | simonbrandhof | 2010-09-30 | 1 | -3/+3 |
| | |||||
* | SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) ↵ | simonbrandhof | 2010-09-24 | 1 | -2/+1 |
| | | | | does not work | ||||
* | add AnnotationRuleRepository to load rules from sonar-check-api annotations | simonbrandhof | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | SONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration | simonbrandhof | 2010-09-23 | 1 | -0/+5 |
| | |||||
* | fix : The PMD rule CloneMethodMustImplementCloneable was not imported from ↵ | fmallet | 2010-09-17 | 1 | -1/+1 |
| | | | | the profile Sonar Way | ||||
* | fix integration test : the root node of a PMD configuration is "ruleset" and ↵ | fmallet | 2010-09-17 | 4 | -6/+6 |
| | | | | not "resultset" | ||||
* | When the import of a PMD configuration file fails, the full stack trace is ↵ | fmallet | 2010-09-17 | 1 | -3/+7 |
| | | | | logged in the Sonar log file. | ||||
* | Prevent Unit Tests from generating report file outside of the /target directory | fmallet | 2010-09-16 | 2 | -3/+4 |
| | |||||
* | fix SONAR-1766 - A warning is generated when the user tries to import a PMD ↵ | fmallet | 2010-09-15 | 2 | -0/+22 |
| | | | | configuration file with contains XPath rules. Those rules must be defined through the user web interface. | ||||
* | SONAR-1766 - remove useless test resource | fmallet | 2010-09-15 | 1 | -0/+0 |
| | |||||
* | SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ↵ | fmallet | 2010-09-15 | 10 | -135/+132 |
| | | | | interface and is operational. | ||||
* | remove unexpected use of System.out | fmallet | 2010-09-15 | 1 | -1/+0 |
| | |||||
* | SONAR-1766 : Definition of the XPath rule and first version of the export ↵ | fmallet | 2010-09-15 | 9 | -62/+214 |
| | | | | mechanism | ||||
* | SONAR-1766 : The PMD plugin uses the new Sonar rule API | fmallet | 2010-09-15 | 25 | -692/+700 |
| | |||||
* | SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵ | fmallet | 2010-09-12 | 11 | -66/+369 |
| | | | | PMD XPath rule | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 38 | -0/+4565 |
value of rule parameters in Q profile console |