aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-check-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add ↵Godin2010-12-062-4/+7
| | | | setSeverity/getSeverity and deprecate setPriority/getPriority
* SONAR-2007: Remove IsoCategory from Squid rulesGodin2010-12-031-0/+2
|
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-013-2/+5
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* fix compatibility with Java 1.5simonbrandhof2010-10-112-5/+27
|
* in fact Java 1.5 should support enum in annotations if the enum is defined ↵simonbrandhof2010-10-112-27/+5
| | | | before the field declaration
* fix build compatibility with Java 1.5simonbrandhof2010-10-112-6/+29
|
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-111-0/+6
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* add the package org.sonar.api.checks in order to implement its own rules enginesimonbrandhof2010-09-237-3/+122
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0612-0/+547
value of rule parameters in Q profile console