aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/rules/XMLRuleParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate org.sonar.api.rules.X...Simon Brandhof2014-01-151-137/+0
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-221-4/+3
* SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-121-1/+1
* SONAR-4170 Add language property on rule in order to track removed rules from...Julien Lancelot2013-03-111-7/+2
* SONAR-3879 Provide the ability to flag a rule as 'Deprecated' or 'Beta'Julien Lancelot2013-03-081-1/+1
* SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column...Julien Lancelot2013-03-081-7/+27
* SONAR-3432 Check rule property valuesDavid Gageot2012-07-061-0/+22
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-141-1/+0
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2644 Rule name should be optional in XML declaration filesSimon Brandhof2011-07-261-5/+7
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-2/+2
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
* 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-0/+92