Commit Graph

24 Commits

Author SHA1 Message Date
alexkravin b436b3cd98 Need Braces Check, one-line statements option, issue #300 2015-03-07 17:23:26 -08:00
alexkravin 0e36aba902 Empty Catch Block Check, updated docs 2015-03-04 13:52:58 -08:00
Roman Ivanov 64711ea328 update for Check summary, #571 2015-03-01 15:39:08 -08:00
alexkravin 516b0df8c4 New Check: Empty Catch Block Check, issue #571 2015-02-08 23:43:41 +04:00
alexkravin dcb3029c00 Switched Checkstyle and all resources to UTF-8 encoding, issue #489 2015-01-09 08:44:41 -08:00
alexkravin 688dc9c547 Need Braces, added option which allows one line if-statements without braces, issue #300 2014-12-18 11:40:18 -08:00
Thomas Jensen 4e213f5a0d Updated documentation of LeftCurly check to show all allowed tokens 2014-08-14 11:43:15 -07:00
Max 12a1aec080 RightCurly. Force line break before '}' in case SAME option. #250 2014-08-14 21:11:42 +04:00
Max a123763c92 Left curly update. Force line break #247 2014-08-13 14:15:36 -07:00
Max a0012d03eb Fixed TODO need to handle LITERAL_SWITCH #235 2014-08-11 16:02:31 -07:00
Max ec19316322 RightCurly was updated #182. Added option to check line break after the closing brace if that brace terminates a statement or the body of a method, constructor or named class. 2014-07-16 17:12:54 -07:00
Peter O e6fb6f1e85 Editorial changes for the documentation, except for the NoClone section 2014-07-15 01:32:35 +04:00
Ivan Sopov 07939ec726 Merge branch 'master' of github.com:picomancer/checkstyle into picomancer-master 2013-10-07 09:31:17 +03:00
Andrew Gaul c876d2431e Correct typos
Many fixes to the documentation.
2013-10-06 13:35:54 -07:00
picomancer 788f87df4d chmod all files to 644 2013-10-05 00:22:22 -04:00
Oliver Burn 85b732ecc5 Convert to use simple <code></code> instead of <span class="xxxx"></span>. It is just simpler to handle. 2010-09-24 06:17:04 +00:00
Oliver Burn 5a643daa9c Used maven-linkcheck-plugin to identify broken links. 2010-09-21 11:50:38 +00:00
Oliver Burn fd6ef65d13 fix the validation errors in the documentation and clean out the old site stylesheets. 2010-09-20 10:41:53 +00:00
Oliver Burn ec4c07f67f Getting close to the point of no return. Made the documentation links "Maven friendly" 2010-09-17 06:57:39 +00:00
Oliver Burn 1c94946e2e Removing all reference to mailing lists 2007-01-16 12:16:36 +00:00
Oleg Sukhodolsky 78e9ce8701 Fix for 1000092 (RightCurlyCheck misbehaves for LIT_CATCH)
Now the check verifies the placement of rcurly after all IFs, ELSEs,
CATCHes and FINALLYs.  Also it could check that rcurly starts the
line.

Also minor fix for typos in all AllTests.main(): we need to call
runner with AllTests.suite(), not with AllTests.class
2005-12-17 19:03:33 +00:00
Oleg Sukhodolsky 47bfe73b63 Restoring config_block.xml and removing usage docs from javadoc, changing the doclet to generate usage documenation for duplicate package only 2005-01-24 16:23:02 +00:00
Oliver Burn b0b7203c2b Migrated blocks documentation to Doclet format. 2005-01-18 11:23:49 +00:00
Oliver Burn fa096b7c1e Brought across from v3-branch. 2004-12-05 05:43:00 +00:00