Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Remove warning" | David Gageot | 2012-07-17 | 1 | -1/+1 |
| | | | | This reverts commit a15e8577ff0f4b9e88cdf78e6aaed3ebd6259c50. | ||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-05-25 | 1 | -1/+2 |
| | |||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 1 | -1/+2 |
| | |||||
* | SONAR-3210 Compute new measure for Java files - LoC in file | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+13 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 57 | -57/+57 |
| | |||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 2 | -23/+0 |
| | | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs. | ||||
* | SONAR-2018 Add rule to detect commented-out lines of code | Evgeny Mandrikov | 2011-12-05 | 2 | -0/+24 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-26 | 1 | -0/+2 |
| | |||||
* | SONAR-2741 The method JavaAstScanner.scanDirectory(..) can't be called ↵ | Freddy Mallet | 2011-10-24 | 1 | -6/+17 |
| | | | | several times | ||||
* | SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵ | Simon Brandhof | 2011-10-11 | 1 | -8/+16 |
| | | | | CheckMessage#getCheck() | ||||
* | SONAR-2875 Fix backward-compatibility | Simon Brandhof | 2011-10-11 | 1 | -0/+8 |
| | |||||
* | SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheck | Simon Brandhof | 2011-10-07 | 2 | -11/+13 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-05-29 | 2 | -17/+15 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -0/+1 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 57 | -57/+57 |
| | |||||
* | SONAR-2159 The total classes used in complexity distribution is different ↵ | simonbrandhof | 2011-02-01 | 1 | -5/+16 |
| | | | | than the number of classes | ||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 57 | -3/+59 |
| | |||||
* | Squid for Java : remove unused code | simonbrandhof | 2011-01-24 | 2 | -13/+0 |
| | |||||
* | Instead of 'bypassExclusionMechanism' use 'bypassExclusion' in CheckMessage | Godin | 2010-11-29 | 1 | -5/+5 |
| | |||||
* | Instead of 'force' use more meaningful name 'bypassExclusionMechanism' in ↵ | Godin | 2010-11-29 | 1 | -5/+5 |
| | | | | CheckMessage | ||||
* | SONAR-1760: Support the annotation "@SuppressWarnings" at class and method level | Godin | 2010-11-26 | 2 | -0/+26 |
| | |||||
* | SONAR-1817: Squid rule to create violation on each NOSONAR tag occurence | Godin | 2010-11-26 | 2 | -1/+11 |
| | |||||
* | SONAR-1845: Create a new Sonar rule to check method complexity | Godin | 2010-11-14 | 1 | -0/+9 |
| | |||||
* | SONAR-1901: Add new rule to report on "Undocumented API" | Godin | 2010-10-28 | 1 | -4/+4 |
| | |||||
* | Add a new property "stopSquidOnException" to the SquidConfiguration bean. ↵ | fmallet | 2010-09-22 | 1 | -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 ↵ | fmallet | 2010-09-09 | 1 | -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 ↵ | simonbrandhof | 2010-09-06 | 57 | -0/+3369 |
value of rule parameters in Q profile console |