Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-1706 Depreciate sonar.reuseExistingRulesConfiguration | simonbrandhof | 2010-09-23 | 3 | -0/+13 | |
| | ||||||
* | findbugs plugin: improve a unit test | simonbrandhof | 2010-09-23 | 1 | -3/+10 | |
| | ||||||
* | remove unused GWT permutations in order to increase build duration + use ↵ | simonbrandhof | 2010-09-22 | 13 | -27/+58 | |
| | | | | parallel unit tests on plugins checkstyle, pmd and findbugs | |||||
* | SONAR-1798 rename RULE_FAILURES.POINTS to COST | simonbrandhof | 2010-09-22 | 8 | -48/+48 | |
| | ||||||
* | SONAR-1798 Ability to register a number of points to a rule violation | simonbrandhof | 2010-09-22 | 8 | -48/+48 | |
| | ||||||
* | Add pluginDescription for Surefire, Core, Design | Godin | 2010-09-21 | 4 | -5/+8 | |
| | ||||||
* | SONAR-1778: Add pluginDescription for Cobertura and Google analytics | Godin | 2010-09-20 | 3 | -2/+4 | |
| | ||||||
* | Rules API: parameters with default value are automatically activated when a ↵ | simonbrandhof | 2010-09-20 | 3 | -3/+2 | |
| | | | | rule is activated (profile console + provided profiles loaded at startup) | |||||
* | fix : The PMD rule CloneMethodMustImplementCloneable was not imported from ↵ | fmallet | 2010-09-17 | 1 | -1/+1 | |
| | | | | the profile Sonar Way | |||||
* | fix integration test : SONAR-583-reuse-rules-config | fmallet | 2010-09-17 | 1 | -6/+8 | |
| | ||||||
* | 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. | |||||
* | fix SONAR-1480 : No way to export Findbugs rules in a XML file and then to ↵ | fmallet | 2010-09-17 | 32 | -786/+1959 | |
| | | | | | | reimport this file to create a new Quality profile Moreover, the Findbugs plugin now uses the new Rule API | |||||
* | Prevent Unit Tests from generating report file outside of the /target directory | fmallet | 2010-09-16 | 4 | -16/+4 | |
| | ||||||
* | fix SONAR-1766 - A warning is generated when the user tries to import a PMD ↵ | fmallet | 2010-09-15 | 3 | -1/+23 | |
| | | | | 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 | 2 | -1/+1 | |
| | ||||||
* | SONAR-1766 - The PMD XPath rule can now be duplicated through the Sonar user ↵ | fmallet | 2010-09-15 | 12 | -136/+143 | |
| | | | | 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 | 10 | -63/+215 | |
| | | | | mechanism | |||||
* | SONAR-1766 : The PMD plugin uses the new Sonar rule API | fmallet | 2010-09-15 | 26 | -693/+701 | |
| | ||||||
* | move deprecated rule API to sonar-deprecated | simonbrandhof | 2010-09-14 | 3 | -1/+11 | |
| | ||||||
* | move deprecated check api to sonar-deprecated | simonbrandhof | 2010-09-14 | 1 | -0/+5 | |
| | ||||||
* | SONAR-1229 simplify the profiles API | simonbrandhof | 2010-09-13 | 12 | -70/+184 | |
| | ||||||
* | SONAR-1766 - start migrating to the new Sonar rule API before defining the ↵ | fmallet | 2010-09-12 | 12 | -66/+372 | |
| | | | | PMD XPath rule | |||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 3 | -4/+14 | |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | |||||
* | simplify ValidationMessages and ProfileDefinition | simonbrandhof | 2010-09-10 | 1 | -3/+3 | |
| | ||||||
* | fix SONAR-1534 : Activation of all the default FindBugs rules | fmallet | 2010-09-10 | 1 | -12/+86 | |
| | ||||||
* | SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵ | simonbrandhof | 2010-09-08 | 1 | -1/+1 | |
| | | | | PMD configuration file(s) | |||||
* | SONAR-1549 The Sonar profile creation form doesn't allow to import ↵ | simonbrandhof | 2010-09-07 | 4 | -17/+48 | |
| | | | | | | checkstyle,pmd and Findbugs conf files when several langages are defined SONAR-440 add warnings to checkstyle when importing configuration | |||||
* | SONAR-440 Warning when some rules are not imported from a checkstyle and/or ↵ | simonbrandhof | 2010-09-07 | 11 | -33/+364 | |
| | | | | | | PMD configuration file(s) SONAR-1229 Export/Import a given Sonar quality profile | |||||
* | checkstyle plugin : add some unit tests | simonbrandhof | 2010-09-07 | 9 | -26/+157 | |
| | ||||||
* | SONAR-1229 Export/Import a given Sonar quality profile | simonbrandhof | 2010-09-06 | 1 | -1/+4 | |
| | ||||||
* | checkstyle plugin : remove some useless files | simonbrandhof | 2010-09-06 | 4 | -39/+0 | |
| | ||||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1465 | -0/+129407 | |
value of rule parameters in Q profile console |