Commit Graph

62 Commits

Author SHA1 Message Date
oburn 247aedf62f rfe-652294: added support for specifying file extension for Java files 2003-02-02 01:29:53 +00:00
lkuehne 5f605428f4 avoid space before option name 2003-01-11 07:34:02 +00:00
lkuehne 7154d11833 added XML parser as a requirement - easy to forget when you're running JDK 1.4 2003-01-07 19:35:46 +00:00
lkuehne 471a9bba04 added required jars.
We should add some version info, but I don't know what exactly is required.
2002-12-22 12:08:45 +00:00
rickgiles 27a7446c96 version 3.0 documentation 2002-12-19 17:09:29 +00:00
oburn 7150a715bd The absolutely last refactoring change with the properties config stuff. I am
sick it. Absolutely sick of it! Completely and utterly sick of it!! Still, the
change is better for the future.
2002-09-07 02:02:24 +00:00
oburn ac01f1cff4 Cleaned up to use the new config files. 2002-09-04 12:28:11 +00:00
oburn e231df0d5c Added copyright statements (I have lawyers!). Also removed invalid docs from
main documents.
2002-09-04 11:37:28 +00:00
oburn 3321fe883a Incorporate patch 555878 from Rick Giles to allow pattern for local final
variables to be specified.
2002-08-21 08:08:43 +00:00
oburn c2e09b6476 Implemented enforcing having @version tag. (Request 543964). 2002-08-20 13:08:37 +00:00
oburn a40ead577a Added support to specify a country so that the call to the Locale()
constructor is not dependent on JDK 1.4.
2002-08-12 12:10:57 +00:00
oburn d22e93737e Added documentation for localisation and the ability to set the language. 2002-08-12 09:02:41 +00:00
oburn fad83ee6ec Request 582144: added documentation. 2002-08-12 07:40:29 +00:00
oburn 02be458a13 Changed the wrap on operator implementation to take an option rather than a
boolean. This allows it to be extended easily in the future.
2002-07-08 03:47:56 +00:00
lkuehne e7c89fd094 use checkstyle-all in the -jar example to make sure that the example works no matter how the CLASSPATH is setup 2002-07-06 09:08:11 +00:00
oburn 43aa86f9fa Document the -jar option. 2002-07-04 00:01:59 +00:00
lkuehne 344781ffa9 added example for -r option (rfe #568911) 2002-07-02 20:50:18 +00:00
oburn 45dd4a6b1f 571161: Added support for basedir attribute. 2002-07-01 01:57:36 +00:00
oburn 64cb64e0bd Added documentation for checkUnusedThrows. 2002-06-16 12:23:37 +00:00
oburn 165fcd37c6 Added check to ensure that long integer literals use L, not l. Also fixed bug
by my over zealous removal of toString() methods.
2002-06-06 11:45:40 +00:00
oburn fe77aab15c Refactored the catch block checking code to include try/catch/finally blocks. 2002-06-05 13:17:20 +00:00
oburn 0ef4151f64 Added documentation for checking for wrapping on operators 2002-05-29 13:00:28 +00:00
lkuehne 3a524a1f14 Implementation, tests and docs for generalization of instantiation check. Users can now specify a list of classes that are not allowed to be instantiated.
This also fixes Bug 556317, Boolean instantiation, as now a config option is provided and the check for java.lang.Boolean is turned off by default
2002-05-28 20:23:00 +00:00
oburn b631d0b329 Updated for catchBlock option 2002-05-26 13:27:36 +00:00
lkuehne bc6eae33d9 docs for '-p' option 2002-05-20 10:36:25 +00:00
lkuehne 9919308605 - #516255, find empty exception handlers. Maybe we should add some
"OK if commented" option, but I don't see how to do that in the grammar.
- initial support for #550205, find instantiations of Boolean. This is not
  configurable yet, and we should generalize it to find instantiation of
  arbitrary types. Docs are also still missing, will write them after
  generalization.
2002-05-15 04:34:59 +00:00
oburn 875c65adda Fix documentation to:
- Include a version number in headings
- Use the ANT <filterset> to update the version number. No longer need to
  update the docs for each release.
2002-05-14 04:33:54 +00:00
oburn 1400d3ab6a Request 504275: detect to-do comments 2002-05-13 12:52:55 +00:00
oburn c74bffa197 Updated the version number. 2002-05-10 11:50:03 +00:00
lkuehne 7e6be27b17 doc for tab expansion 2002-05-05 11:45:53 +00:00
oburn 421ce81d20 Changed support for parenthesises padding to take an option, rather that being
a boolean of whether to ignore or not. This will allow the adding of more
styles in the future. Good idea Lars! :-)
2002-04-24 14:36:27 +00:00
oburn 938a85d71f Added option to disable checking for padding of parenthesis. As asked for by
Lars. Eventually should have an option to allow different styles - rather the
current "Sun way" or the "highway.
2002-04-22 10:41:10 +00:00
lkuehne 5718e565a6 Implementation + docs for rfe 537107, "public" in interface methods 2002-04-21 21:02:57 +00:00
oburn 00f0e72085 545128: implemented "-r" recursive option and improved the argument handling 2002-04-17 11:59:52 +00:00
lkuehne cd91e0daf7 added check for illegal imports 2002-04-17 04:43:55 +00:00
lkuehne 284c142f1c added documentation for regexp-disabling of line-length checks 2002-04-13 08:31:46 +00:00
oburn 3b62d7169c Added doc for allowing tabs. 2002-03-15 14:14:02 +00:00
oburn 6f34e62e20 Documented the rcurly option 2002-02-23 11:14:59 +00:00
oburn f7343c4f64 Added documentation for the lcurly options. 2002-02-22 04:43:09 +00:00
lkuehne 048b01857c Implementation, docs and test for RFE 438478, ignore multiple lines in header.
This change is compatible for command line, Ant, and API.

The API compatibility resulted in some deprecated methods in Configuration,
you can remove them if you think that API compatibility is not as
important as clean code.
2002-02-10 18:29:10 +00:00
lkuehne 8c1507098b new feature 'headerfile regular expression support, rfe #499259' 2002-02-07 20:34:11 +00:00
oburn 4a4a33fbe4 fixed copy & paste error 2002-02-06 05:45:48 +00:00
oburn 12264ffbfb Updated version to 2.1 - as building for Conor who wants the requirePackageHtml
option.
2002-02-06 05:39:38 +00:00
lkuehne af586326b8 Added documentation for new parameters
requirePackageHtml, methodPattern, localVarPattern, allowPackage
2002-02-05 20:34:21 +00:00
oburn 5f9d8abdb4 Updated to the LGPL and version 2.0. 2002-02-04 12:44:04 +00:00
oburn afe28381e1 Fixed HTML errors reported by Tidy. 2002-01-24 04:10:58 +00:00
oburn 1759f8135e improved comments about output format 2002-01-22 01:48:05 +00:00
lkuehne 8d9c7bd1c9 use consistent style in all documentation files 2002-01-21 18:51:25 +00:00
oburn 4872e992f7 added comments on formatter (draft) 2002-01-21 12:46:46 +00:00
oburn 5ee04b364f fixed the link errors 2002-01-21 04:12:00 +00:00