Rick Giles
f2b01a44a2
Added custom listener feature
2003-05-27 17:33:24 +00:00
Lars Kühne
bf6758b29d
documentation improvements from Peter Dobratz
2003-05-11 07:31:23 +00:00
Oliver Burn
2820c1d09d
rfe-652294: added support for specifying file extension for Java files
2003-02-02 01:29:53 +00:00
Lars Kühne
1eda2807c8
avoid space before option name
2003-01-11 07:34:02 +00:00
Lars Kühne
36c2e45d44
added XML parser as a requirement - easy to forget when you're running JDK 1.4
2003-01-07 19:35:46 +00:00
Lars Kühne
e3c72076fd
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
Rick Giles
67f9f881a6
version 3.0 documentation
2002-12-19 17:09:29 +00:00
Oliver Burn
98c8a0db55
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
Oliver Burn
a5bd0522b8
Cleaned up to use the new config files.
2002-09-04 12:28:11 +00:00
Oliver Burn
19815691c6
Added copyright statements (I have lawyers!). Also removed invalid docs from
...
main documents.
2002-09-04 11:37:28 +00:00
Oliver Burn
f8a53831f0
Incorporate patch 555878 from Rick Giles to allow pattern for local final
...
variables to be specified.
2002-08-21 08:08:43 +00:00
Oliver Burn
d92ceb81a6
Implemented enforcing having @version tag. (Request 543964).
2002-08-20 13:08:37 +00:00
Oliver Burn
ecc852d48b
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
Oliver Burn
5890d22a6d
Added documentation for localisation and the ability to set the language.
2002-08-12 09:02:41 +00:00
Oliver Burn
7781985a34
Request 582144: added documentation.
2002-08-12 07:40:29 +00:00
Oliver Burn
ea371c4f3a
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
Lars Kühne
3230cfbc88
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
Oliver Burn
ba5a640c86
Document the -jar option.
2002-07-04 00:01:59 +00:00
Lars Kühne
8c8aabd141
added example for -r option (rfe #568911 )
2002-07-02 20:50:18 +00:00
Oliver Burn
bbe51f6884
571161: Added support for basedir attribute.
2002-07-01 01:57:36 +00:00
Oliver Burn
d8d9269bbc
Added documentation for checkUnusedThrows.
2002-06-16 12:23:37 +00:00
Oliver Burn
3da466b9bf
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
Oliver Burn
4018efa9fe
Refactored the catch block checking code to include try/catch/finally blocks.
2002-06-05 13:17:20 +00:00
Oliver Burn
ccd30545e2
Added documentation for checking for wrapping on operators
2002-05-29 13:00:28 +00:00
Lars Kühne
da940af362
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
Oliver Burn
1c5c068b3a
Updated for catchBlock option
2002-05-26 13:27:36 +00:00
Lars Kühne
502082c736
docs for '-p' option
2002-05-20 10:36:25 +00:00
Lars Kühne
4425afa0c2
- #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
Oliver Burn
dfd7310b96
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
Oliver Burn
fca8c91804
Request 504275: detect to-do comments
2002-05-13 12:52:55 +00:00
Oliver Burn
9556af52eb
Updated the version number.
2002-05-10 11:50:03 +00:00
Lars Kühne
a84406be77
doc for tab expansion
2002-05-05 11:45:53 +00:00
Oliver Burn
3ded17ac3d
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
Oliver Burn
083a7d432a
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
Lars Kühne
caf539ded2
Implementation + docs for rfe 537107, "public" in interface methods
2002-04-21 21:02:57 +00:00
Oliver Burn
e200d9bf3d
545128: implemented "-r" recursive option and improved the argument handling
2002-04-17 11:59:52 +00:00
Lars Kühne
00447a8fe3
added check for illegal imports
2002-04-17 04:43:55 +00:00
Lars Kühne
8eb824037e
added documentation for regexp-disabling of line-length checks
2002-04-13 08:31:46 +00:00
Oliver Burn
ba441b3fd6
Added doc for allowing tabs.
2002-03-15 14:14:02 +00:00
Oliver Burn
171e8d02b5
Documented the rcurly option
2002-02-23 11:14:59 +00:00
Oliver Burn
2afaad3fa2
Added documentation for the lcurly options.
2002-02-22 04:43:09 +00:00
Lars Kühne
913028d7f2
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
Lars Kühne
6fc674d4bf
new feature 'headerfile regular expression support, rfe #499259'
2002-02-07 20:34:11 +00:00
Oliver Burn
d7bc542ef7
fixed copy & paste error
2002-02-06 05:45:48 +00:00
Oliver Burn
6350e4c223
Updated version to 2.1 - as building for Conor who wants the requirePackageHtml
...
option.
2002-02-06 05:39:38 +00:00
Lars Kühne
aeacc039ed
Added documentation for new parameters
...
requirePackageHtml, methodPattern, localVarPattern, allowPackage
2002-02-05 20:34:21 +00:00
Oliver Burn
b779f3c1da
Updated to the LGPL and version 2.0.
2002-02-04 12:44:04 +00:00
Oliver Burn
82ed05b01a
Fixed HTML errors reported by Tidy.
2002-01-24 04:10:58 +00:00
Oliver Burn
130a7d0932
improved comments about output format
2002-01-22 01:48:05 +00:00
Lars Kühne
3cb5c532cf
use consistent style in all documentation files
2002-01-21 18:51:25 +00:00