aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-squid-java-plugin/test-resources/rules/CommentedCode.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-141-2/+16
| | | | Proper recognition of JSNI methods (GWT).
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-131-0/+11
| | | | JSNI methods (GWT) should not be considered as commented-out code.
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-131-12/+50
| | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs.
* SONAR-2018 Add rule to detect commented-out lines of codeEvgeny Mandrikov2011-12-051-0/+22