checkstyle/src
Michal Kordas 44e274bfba Remove unnecessary semicolons to fix PMD violations, issue #744
All violations of rule [EmptyStatementNotInLoop](http://pmd.sourceforge.net/pmd-5.2.3/pmd-java/rules/java/empty.html#EmptyStatementNotInLoop) are fixed. Empty statements sometimes were used to trick Checkstyle to allow empty blocks. While generally empty blocks are bad practice, there are too many of them in Checkstyle code to fix them in scope of this commit. Instead, [EmplyBlock](http://checkstyle.sourceforge.net/config_blocks.html#EmptyBlock) setting was changed to allow empty block when there is comment inside it for Checkstyle codebase.
2015-03-11 15:40:55 -07:00
..
main Remove unnecessary semicolons to fix PMD violations, issue #744 2015-03-11 15:40:55 -07:00
site Extended guide for newbies, issue #606 2015-03-10 08:33:59 -07:00
test Remove useless parentheses to fix PMD violations, issue #744 2015-03-10 22:36:38 +01:00
xdocs Updated release notes 2015-03-11 21:29:38 +01:00