aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-squid/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-1760: Support the annotation "@SuppressWarnings" at class and method levelGodin2010-11-262-0/+26
|
* SONAR-1817: Squid rule to create violation on each NOSONAR tag occurenceGodin2010-11-262-1/+11
|
* SONAR-1845: Create a new Sonar rule to check method complexityGodin2010-11-141-0/+9
|
* SONAR-1901: Add new rule to report on "Undocumented API"Godin2010-10-281-4/+4
|
* Add a new property "stopSquidOnException" to the SquidConfiguration bean. ↵fmallet2010-09-221-0/+9
| | | | This property is pretty useful when running integration tests in order to fail the tests when something wrong happens.
* The MessageFormat class must not be used to format check message when there ↵fmallet2010-09-092-5/+15
| | | | 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-0686-0/+5291
value of rule parameters in Q profile console