aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-squid/src/main/java/org/sonar/squid/api/CheckMessage.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5129 Package a release version of sonar-squidSimon Brandhof2014-03-141-122/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵Simon Brandhof2011-10-111-8/+16
| | | | CheckMessage#getCheck()
* SONAR-2875 Fix backward-compatibilitySimon Brandhof2011-10-111-0/+8
|
* SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheckSimon Brandhof2011-10-071-10/+9
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-311-0/+1
|
* Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessageGodin2010-11-291-5/+5
|
* Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in ↵Godin2010-11-291-5/+5
| | | | CheckMessage
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-261-0/+10
|
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-141-0/+9
|
* The MessageFormat class must not be used to format check message when there ↵fmallet2010-09-091-3/+7
| | | | isn't any parameter. Indeed, otherwise the message can't contain some patterns like "if(){".
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+83
value of rule parameters in Q profile console