checkstyle/config
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
..
ant-phase-compile.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
ant-phase-verify.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
assembly-bin.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
assembly-src.xml chmod all files to 644 2013-10-05 00:22:22 -04:00
build.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
checkstyle_checks.xml Remove unnecessary semicolons to fix PMD violations, issue #744 2015-03-11 15:40:55 -07:00
import-control.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
java.header Copiright become 2015 and 'the original author or authors.' 2015-02-18 13:19:23 -08:00
suppressions.xml all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00