aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-check-api/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-0611-0/+515
value of rule parameters in Q profile console