aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/test-resources/bytecode
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2941 Exclude isolated methods from LCOM4 computationDinesh Bolkensteyn2011-10-268-6/+64
|
* SONAR-2934 Transitive accessor computation now excludes recursive methodsDinesh Bolkensteyn2011-10-262-0/+20
|
* SONAR-2934 Transitive accessor computation now supports recursive methodsDinesh Bolkensteyn2011-10-252-0/+45
|
* SONAR-2934 Accessors should be considered transitivelyDinesh Bolkensteyn2011-10-252-1/+9
|
* SONAR-2724 SONAR-2723 Improved getter and setter detection algorithmDinesh Bolkensteyn2011-10-254-0/+36
|
* SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵Dinesh Bolkensteyn2011-10-242-0/+19
| | | | field access
* fix SONAR-1978 : The Squid "Unused private method" doesn't report a ↵fmallet2010-11-152-0/+9
| | | | violation at correct line with generic methods
* SONAR-1832:Godin2010-11-012-16/+2
| | | | | * Improve performance for "Architecture rule" * Reduce number of violations whose line number is 0
* SONAR-1832: Create an architecture rule engineGodin2010-10-217-0/+63
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0660-0/+585
value of rule parameters in Q profile console