aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-check-api/src/main/java/org/sonar/check/Rule.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-221-1/+1
* SONAR-4170 SONAR-3880 Make it possible to search for 'Removed' rules and to s...Julien Lancelot2013-03-111-1/+1
* SONAR-4170 Add language property on rule in order to track removed rules from...Julien Lancelot2013-03-111-1/+1
* SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column...Julien Lancelot2013-03-081-0/+6
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-061-1/+2
* SONAR-2007: Remove IsoCategory from Squid rulesGodin2010-12-031-0/+2
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-011-1/+1
* fix compatibility with Java 1.5simonbrandhof2010-10-111-5/+0
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-111-0/+5
* fix build compatibility with Java 1.5simonbrandhof2010-10-111-6/+2
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-111-0/+6
* add the package org.sonar.api.checks in order to implement its own rules enginesimonbrandhof2010-09-231-0/+58