| Commit message (Expand) | Author | Age | Files | Lines |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-12 | 11 | -11/+11 |
* | [maven-release-plugin] prepare release 2.3 | simonbrandhof | 2010-10-12 | 11 | -11/+11 |
* | API: apply the same pattern between rules and profiles API. The extension poi... | simonbrandhof | 2010-10-08 | 9 | -25/+29 |
* | API: improve the pattern to define quality profiles. The extension point is o... | simonbrandhof | 2010-10-08 | 11 | -33/+43 |
* | Checkstyle: fix export/import of duplicated rules (for example RegexpSingleline) | simonbrandhof | 2010-10-08 | 9 | -67/+108 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-10-05 | 11 | -11/+11 |
* | [maven-release-plugin] prepare release 2.3-RC2 | simonbrandhof | 2010-10-05 | 11 | -11/+11 |
* | upgrade trunk to 2.4-SNAPSHOT | simonbrandhof | 2010-09-30 | 11 | -11/+11 |
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-09-30 | 11 | -11/+11 |
* | [maven-release-plugin] prepare release 2.3-RC1 | simonbrandhof | 2010-09-30 | 11 | -13/+12 |
* | rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParser | simonbrandhof | 2010-09-30 | 3 | -8/+8 |
* | remove use of deprecated constructors in CoberturaSensor and CloverSensor | simonbrandhof | 2010-09-29 | 4 | -63/+51 |
* | SONAR-1822 Add the property 'sonar.skipTendencies' to skip calculation of mea... | simonbrandhof | 2010-09-28 | 3 | -11/+34 |
* | checkstyle unit tests must not request http://www.puppycrawl.com when parsing... | simonbrandhof | 2010-09-28 | 2 | -7/+15 |
* | SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid cre... | simonbrandhof | 2010-09-24 | 2 | -4/+15 |
* | SONAR-1812 The declaration @BelongsTo(classes=GeneratesViolations.class) does... | simonbrandhof | 2010-09-24 | 5 | -9/+4 |
* | fix SONAR-1802 : Can't import FindBugs profile when some rules are duplicated... | fmallet | 2010-09-23 | 3 | -11/+13 |
* | add AnnotationRuleRepository to load rules from sonar-check-api annotations | simonbrandhof | 2010-09-23 | 4 | -4/+3 |
* | 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 para... | simonbrandhof | 2010-09-22 | 13 | -27/+58 |
* | 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 r... | simonbrandhof | 2010-09-20 | 3 | -3/+2 |
* | fix : The PMD rule CloneMethodMustImplementCloneable was not imported from th... | fmallet | 2010-09-17 | 1 | -1/+1 |
* | 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 |
* | When the import of a PMD configuration file fails, the full stack trace is lo... | fmallet | 2010-09-17 | 1 | -3/+7 |
* | fix SONAR-1480 : No way to export Findbugs rules in a XML file and then to re... | fmallet | 2010-09-17 | 32 | -786/+1959 |
* | 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 c... | fmallet | 2010-09-15 | 3 | -1/+23 |
* | 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 |
* | 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 mec... | fmallet | 2010-09-15 | 10 | -63/+215 |
* | 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 PM... | fmallet | 2010-09-12 | 12 | -66/+372 |
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 3 | -4/+14 |
* | 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 P... | simonbrandhof | 2010-09-08 | 1 | -1/+1 |
* | SONAR-1549 The Sonar profile creation form doesn't allow to import checkstyle... | simonbrandhof | 2010-09-07 | 4 | -17/+48 |
* | SONAR-440 Warning when some rules are not imported from a checkstyle and/or P... | simonbrandhof | 2010-09-07 | 11 | -33/+364 |
* | 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 |