aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/rules
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3706 API : remove the deprecated annotation org.sonar.check.CheckSimon Brandhof2012-08-163-49/+0
* SONAR-3702 API : AnnotationRuleParser does not detect overridden rule parametersSimon Brandhof2012-07-261-5/+22
* SONAR-3432 Check rule property valuesDavid Gageot2012-07-062-1/+25
* SONAR-3432 Support rule property types in annotationsDavid Gageot2012-07-061-36/+96
* SONAR-3343 Improve AnnotationRuleParser for better consistencyFabrice Bellingard2012-03-211-10/+14
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-151-5/+2
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-143-10/+6
* Update copyright header for this new yearSimon Brandhof2012-01-1010-10/+10
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-262-6/+8
* Fix NPEEvgeny Mandrikov2011-04-281-0/+9
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-281-2/+18
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-271-0/+48
* Upgrade copyright headerssimonbrandhof2011-02-049-9/+9
* 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