aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-check-api/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-121-0/+2
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-116-6/+6
* SONAR-4908 support tags in sonar-check-api and in standard XML formatSimon Brandhof2014-02-121-2/+8
* Minor fixes of @deprecated commentsSimon Brandhof2014-01-071-5/+0
* SONAR-4535 Index active rules when creating profile from xmlJulien Lancelot2013-12-171-0/+5
* Improve doc of RuleProperty#type()Simon Brandhof2013-10-041-3/+2
* Drop org.sonar.api.check.IsoCategorySimon Brandhof2013-05-042-38/+0
* Update copyright headersSimon Brandhof2013-04-227-28/+28
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-217-21/+21
* SONAR-3879 Moved status constant to Rule. Removed Rule status enumeration.Julien Lancelot2013-03-251-5/+1
* SONAR-3879 : Add constant for rule statusJulien Lancelot2013-03-251-0/+4
* SONAR-3879 Replace rule status enumeration in the annotation by a stringJulien Lancelot2013-03-222-28/+1
* SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-121-5/+0
* 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-112-2/+6
* SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at column...Julien Lancelot2013-03-082-0/+34
* SONAR-3706 API : remove the deprecated annotation org.sonar.check.CheckSimon Brandhof2012-08-165-242/+0
* SONAR-3432 Support rule property types in annotationsDavid Gageot2012-07-061-0/+9
* Remove warningsDavid Gageot2012-04-271-8/+0
* Remove some classes of org.sonar.check that are deprecated since 2.3Simon Brandhof2012-03-203-151/+0
* Update copyright header for this new yearSimon Brandhof2012-01-1014-14/+14
* SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheckSimon Brandhof2011-10-071-4/+0
* Fix violationsEvgeny Mandrikov2011-06-201-0/+3
* Upgrade copyright headerssimonbrandhof2011-02-0414-14/+14
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-311-0/+1
* SONAR-1829: Rename the term "Priority" by "Severity" for rules - add setSever...Godin2010-12-062-4/+7
* 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
* 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 be...simonbrandhof2010-10-112-27/+5
* 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 val...simonbrandhof2010-09-0611-0/+515