aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/rules
Commit message (Expand)AuthorAgeFilesLines
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-311-0/+19
* SONAR-1829: Use severity instead of priorityGodin2010-12-073-19/+18
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-013-18/+11
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ...Godin2010-11-151-0/+87
* fix compatibility with Java 1.5simonbrandhof2010-10-111-1/+1
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-111-1/+1
* fix build compatibility with Java 1.5simonbrandhof2010-10-111-1/+2
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-111-1/+1
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-081-5/+5
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-6/+6
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-234-35/+42
* undo: some unit tests have been wrongly moved to sonar-deprecatedsimonbrandhof2010-09-167-0/+432
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-149-727/+0
* SONAR-236 remove deprecated code from checkstyle plugin + display default val...simonbrandhof2010-09-069-0/+727