Commit Graph

1141 Commits

Author SHA1 Message Date
lkuehne 7db065d1e0 make sure that offset settings are correct for users who have changed the defaults in .emacs 2003-03-01 07:45:36 +00:00
lkuehne 4eb62d7034 added xhtml patch by Peter Dobratz 2003-03-01 07:43:19 +00:00
lkuehne 226ff64f44 added use flag to javadoc (patch by Peter Dobratz) 2003-03-01 07:35:40 +00:00
lkuehne ac27e569f1 copy array before returning it
thanks to Peter Dobratz for reporting this problem
2003-03-01 07:24:09 +00:00
rickgiles c6aaeb97cc Handle all parse errors,esp.those throws by the ANTLR parser on a
syntax error (see bug request id 694111).
2003-02-28 18:24:31 +00:00
oburn c98225cc51 Added patch from Peter Dobratz to improve documentation. Thanks. 2003-02-28 12:14:03 +00:00
oburn 1ebf687657 Fix cause of GUMP failure. 2003-02-25 05:47:43 +00:00
oburn 9408c2a92f added Clover reference 2003-02-24 06:12:14 +00:00
oburn c45e58b89a Just a minor tweak to the logic to check early for a null
Properties object.
2003-02-23 21:53:17 +00:00
lkuehne c6b99624d6 added request id for InterfaceIsType 2003-02-23 13:29:27 +00:00
lkuehne d41a6cf36e added ConfigurationLoader bug + small fixes 2003-02-23 12:42:29 +00:00
lkuehne 4a4a5f7a1c use a PropertyResolver interface instead of using Properties directly 2003-02-23 12:29:18 +00:00
lkuehne ef85492b4b made ConfigurationLoader final
moved SaxHandler methods to inner class so they do not appear in the public API
2003-02-23 08:20:36 +00:00
oburn cf75a05913 Changed the scope to be public. 2003-02-23 07:32:30 +00:00
lkuehne 85d8d378fe finished the docs for the new checks 2003-02-22 17:00:23 +00:00
lkuehne 8dc9d18aa8 added docs for some new checks, still a few missing 2003-02-20 06:12:41 +00:00
lkuehne 85eab1de08 news for 3.1 2003-02-20 06:10:40 +00:00
lkuehne 47475bf0eb include new modules 2003-02-20 05:37:25 +00:00
lkuehne b9cb516b7f fixed bug reported by Joe Comuzzi 2003-02-18 20:42:04 +00:00
lkuehne a0c225eaa0 starting 3.1 2003-02-18 20:39:00 +00:00
lkuehne 01e3b081a8 test input for rcurly bug reported by Joe Comuzzi 2003-02-18 20:33:05 +00:00
lkuehne 5b68bfefd6 started documenting all the new checks (help wanted :-) 2003-02-18 06:21:33 +00:00
lkuehne 6de5167d3c started 3.1 2003-02-18 06:20:58 +00:00
lkuehne 3ae3a87067 added AvoidInlineConditionals 2003-02-18 06:12:39 +00:00
lkuehne 1b3f6dbc7e added docs for AvoidNestedBlocks 2003-02-18 05:45:29 +00:00
lkuehne 48efc76e41 finally added all the new checks that I built during feature freeze
need to do more tests and write docs
2003-02-18 05:19:08 +00:00
oburn 9bdba8d3e9 Added reference to the old documentation. 2003-02-17 10:32:10 +00:00
oburn a11ed1d990 going through the motions to silence Lars' computer at night. :-) 2003-02-17 10:17:03 +00:00
lkuehne 0eb313ec3a fixed header style so h4 headers are consistent 2003-02-17 05:27:23 +00:00
lkuehne 5eae0c5b90 added example for SimplifyBooleanReturn 2003-02-17 05:21:31 +00:00
lkuehne fd7a0d0b3d fixed javadoc 2003-02-17 05:10:48 +00:00
oburn 52101cb97d Last API change before release (I hope:-). Now when notifying of the start and
finish of tree, based the root node. Maybe useful to some checks.
2003-02-16 02:50:24 +00:00
lkuehne 7717e1ee75 use new helper method to avoid duplicate code 2003-02-15 16:11:28 +00:00
lkuehne 64f12b89cd removed duplicate code in PackageHtml and Translation
by introducing a protected helper method in AbstractFileSetCheck
2003-02-15 16:07:29 +00:00
lkuehne 83eb1ff5e6 javadoc improvements 2003-02-15 15:54:47 +00:00
lkuehne 6e30728e86 docs for the new fileExtensions property 2003-02-15 12:54:27 +00:00
lkuehne b83e23eb01 small performance improvement,
avoid recalculation of fileName in File.getName()
2003-02-15 12:19:34 +00:00
lkuehne 57ac1d3282 FileSetChecks are now responsible for filtering
out the files they are not interested in, as discussed
on the checkstyle-devel list
2003-02-15 12:13:32 +00:00
lkuehne b0de1c8fc4 improved error message, thanks to Paul Roebuck for complaining about the old one 2003-02-11 06:20:50 +00:00
lkuehne 6570adaa7a fixed misspelled word, thanks to Paul Roebuck for finding this one 2003-02-11 05:20:58 +00:00
rickgiles 7933eef4fd corrected default regexp (a Jakarta regexp error?) 2003-02-10 11:50:26 +00:00
lkuehne 9436a6e611 added example for Translation module, as suggested by Paul Roebuck 2003-02-09 18:44:09 +00:00
lkuehne 264ae609b9 added docs for configURL attribute 2003-02-08 18:02:17 +00:00
lkuehne 959b503f17 added configuration loading from URLs, RFE #682140 2003-02-08 17:57:42 +00:00
lkuehne ea44d2d6fa reuse checkstyle.checkstyle in checkstyle.style to avoid duplicate code 2003-02-08 17:55:47 +00:00
lkuehne dd97345b5f ... and another stream that wasn't closed. 2003-02-08 10:04:36 +00:00
oburn 387fdfe319 Compiles under JDK 1.3.1 and ANT 1.4.1 2003-02-06 12:29:46 +00:00
oburn b8727272f8 sorts the files by error not name 2003-02-06 11:52:56 +00:00
lkuehne a1abc311bf removed support for japanese (forgot to commit the removed file) 2003-02-06 05:30:34 +00:00
lkuehne 8f5e1a82ac new stylesheet and removal of japanese localization 2003-02-04 20:34:11 +00:00