aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/rules/XMLRuleParser.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-4170 Add language property on rule in order to track removed rules from...Julien Lancelot2013-03-111-15/+1
* SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column...Julien Lancelot2013-03-081-2/+21
* Fix some quality flawsSimon Brandhof2012-07-081-1/+1
* SONAR-3432 Check rule property valuesDavid Gageot2012-07-061-6/+42
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-2/+1
* 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-3/+0
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-2/+3
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-011-5/+0
* fix compatibility with Java 1.5simonbrandhof2010-10-111-1/+2
* 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/+1
* 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-10/+7
* rename org.sonar.api.rules.StandardRuleXmlFormat to XMLRuleParsersimonbrandhof2010-09-301-0/+195