aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-squid/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix violationsEvgeny Mandrikov2011-05-292-17/+15
|
* Fix coding violationssimonbrandhof2011-03-271-0/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-0457-57/+57
|
* SONAR-2159 The total classes used in complexity distribution is different ↵simonbrandhof2011-02-011-5/+16
| | | | than the number of classes
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-3157-3/+59
|
* Squid for Java : remove unused codesimonbrandhof2011-01-242-13/+0
|
* 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-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-0657-0/+3369
value of rule parameters in Q profile console