Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sonar-squid-java-plugin | Evgeny Mandrikov | 2012-09-14 | 880 | -66803/+0 |
| | | | | It's not used anymore. | ||||
* | SONAR-3249 Do not detect commented-out code in headers | Evgeny Mandrikov | 2012-07-03 | 1 | -0/+6 |
| | |||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 1 | -2/+16 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 1 | -0/+11 |
| | | | | JSNI methods (GWT) should not be considered as commented-out code. | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 1 | -12/+50 |
| | | | | | * 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 | 1 | -0/+22 |
| | |||||
* | SONAR-2941 Exclude isolated methods from LCOM4 computation | Dinesh Bolkensteyn | 2011-10-26 | 8 | -6/+64 |
| | |||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 2 | -0/+20 |
| | |||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 2 | -0/+45 |
| | |||||
* | SONAR-2934 Accessors should be considered transitively | Dinesh Bolkensteyn | 2011-10-25 | 2 | -1/+9 |
| | |||||
* | SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm | Dinesh Bolkensteyn | 2011-10-25 | 4 | -0/+36 |
| | |||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 2 | -0/+19 |
| | | | | field access | ||||
* | SONAR-1836 Add tests against bugs in Checkstyle | Evgeny Mandrikov | 2011-09-22 | 2 | -0/+12 |
| | | | | | | | Those tests will allow us to be notified during update of Checkstyle that bugs were fixed : * escaped unicode (exists in Checkstyle 5.1 - 5.4) * line comment at the end of file (exists in Checkstyle 5.2 - 5.4) | ||||
* | SONAR-791 compare package declaration with physical directory | simonbrandhof | 2011-04-11 | 27 | -54/+105 |
| | |||||
* | Improve backward-compatibility when adding data to a non-indexed resource | simonbrandhof | 2011-01-25 | 2 | -114/+0 |
| | |||||
* | SONAR-2015: Improve unit test | Godin | 2010-11-28 | 1 | -0/+14 |
| | |||||
* | SONAR-2015: Fix inconsistency between Undocumented API measure and ↵ | Godin | 2010-11-28 | 1 | -2/+18 |
| | | | | Undocumented API violations | ||||
* | SONAR-1760: Support the annotation "@SuppressWarnings" at class and method level | Godin | 2010-11-26 | 1 | -0/+42 |
| | |||||
* | * Use AnnotationUtility from checkstyle | Godin | 2010-11-26 | 1 | -1/+1 |
| | | | | * Fix minor bug - Override annotation can be specified with fully qualified name | ||||
* | fix SONAR-1978 : The Squid "Unused private method" doesn't report a ↵ | fmallet | 2010-11-15 | 2 | -0/+9 |
| | | | | violation at correct line with generic methods | ||||
* | Add test for UndocumentedApiCheck | Godin | 2010-11-13 | 1 | -0/+9 |
| | |||||
* | SONAR-1832: | Godin | 2010-11-01 | 2 | -16/+2 |
| | | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0 | ||||
* | SONAR-1832: Create an architecture rule engine | Godin | 2010-10-21 | 7 | -0/+63 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 857 | -0/+66438 |
value of rule parameters in Q profile console |