Roman Ivanov
032faf4eb4
fix and suppressions for Findbugs violations UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR. Issue #912
2015-04-12 23:45:56 -07:00
Roman Ivanov
674176022a
suppressions for Findbugs violations DM_EXIT. Issue #912
2015-04-12 23:16:18 -07:00
Roman Ivanov
d8f642d4e2
suppressions for Findbugs violations DM_CONVERT_CASE should be resolved by issue #896 . Issue #912
2015-04-12 23:10:23 -07:00
Roman Ivanov
5ab6d1a83e
suppressions for Findbugs violations BC_UNCONFIRMED_CAST. Issue #912
2015-04-12 22:55:33 -07:00
Roman Ivanov
dd7b7f59dd
suppressions for Findbugs violations DM_EXIT. Issue #912
2015-04-12 09:35:04 -07:00
Roman Ivanov
d2ddade960
suppressions for Findbugs violations REC_CATCH_EXCEPTION. Issue #912
2015-04-12 00:16:13 -07:00
Roman Ivanov
7dd24c8c35
fix for Findbugs violations NM_CONFUSING. Issue #912
2015-04-11 15:41:46 -07:00
Roman Ivanov
65e15b32db
Findbugs with default configuration is enforced, some violations were added to exclude with reason in comment. Issue #778
2015-04-08 23:33:35 -07:00
Roman Ivanov
480de89b47
exculde for Findbugs violation DM_DEFAULT_ENCODING. Issue #778
2015-04-08 14:18:41 -07:00
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