Michal Kordas
26e72b35ca
Disable Findbugs for 'grammars' package, issue #778
...
Package `com.puppycrawl.tools.checkstyle.grammars` contains only autogenerated code, so it should be excluded from Findbugs analysis.
2015-03-29 18:33:56 +02:00
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
Roman Ivanov
bf780dee7d
Copiright become 2015 and 'the original author or authors.'
2015-02-18 13:19:23 -08:00
Roman Ivanov
751fb58811
all additional configuration files were moved to config folder
2015-02-03 13:55:05 -08:00
Roman Ivanov
524dd2e149
xdoc files was clened up from contrib reference
2015-02-03 07:43:08 -08:00
Roman Ivanov
f2c51146d3
no need to include site in '-all' jar , that will allow to skip site:site generation on packaging
2014-10-17 16:38:15 -07:00
picomancer
788f87df4d
chmod all files to 644
2013-10-05 00:22:22 -04:00
Oliver Burn
6f46bd4e83
fixing the line endings
2010-09-30 13:36:23 +10:00
Oliver Burn
3539d50634
General clean up
2010-09-24 04:52:26 +00:00
Oliver Burn
1f8ac6a2ae
A near complete build system now. It generates the assemblies for distribution.
2010-09-17 05:41:38 +00:00
Oliver Burn
2398407a08
Made the manifest dynamic
2005-12-15 11:45:52 +00:00
Oliver Burn
737591b08a
Added manifest entries. Still need to automate incrementing the version
...
number with the one from build.xml
2005-12-15 07:45:56 +00:00
Oleg Sukhodolsky
7300857236
Removing dependancy on Jakarta Regexp:
...
All references to Jakarta Regexp removed from the docs/javadocs.
Removed regexp.jar.
Patch 835901:
Added package lists for antlr and jdk to make rosslink our docs with
antlr and jdk1.4.2 (if you see some problems here feel free to correct).
2005-05-15 05:18:42 +00:00
Oliver Burn
16d56903b1
Set the attribute Main-Class in the JAR file to allow checkstyle to be run
...
with the -jar option. Also no longer distribute generated source files.
2002-07-03 23:49:42 +00:00