Oliver Burn
c682b5725d
Major rework to support localized error messages. Inspired by patch 580410. At
...
the moment it is not possible to override the system locale, this probably
should be added.
2002-08-10 14:15:00 +00:00
Oliver Burn
6946a8440c
Incorporate patch 590931 from Vijay Aravamudhan.
2002-08-10 09:23:52 +00:00
Oliver Burn
e7c7215349
request 583719 - detect unused @throws that subclass java.lang.Error.
2002-08-04 05:01:20 +00:00
Oliver Burn
a9884dffce
Incorporate patch from ronald _DOT d _DOT hastings _AT boeing _DOT com to
...
correctly handle C++ style comments being between Javadoc comments and
declarations.
2002-08-02 00:02:26 +00:00
Oliver Burn
257d848c62
Added reference to an example report.
2002-07-17 00:08:22 +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
Lars Kühne
f10286c78b
avoid double negation in description of illegal.instantiations
2002-07-06 08:56:30 +00:00
Lars Kühne
90f1a05e2b
removed my email address to avoid spam
2002-07-06 08:50:57 +00:00
Oliver Burn
fd1225fe8b
Fixed grammar mistake - thanks Lars.
2002-07-04 06:01:02 +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
Lars Kühne
b87542b262
fixed bug 561616
2002-07-02 20:21:04 +00:00
Oliver Burn
b3133035a4
576165: better error handling for missing properties file.
2002-07-02 11:51:56 +00:00
Oliver Burn
bbe51f6884
571161: Added support for basedir attribute.
2002-07-01 01:57:36 +00:00
Oliver Burn
0e62f23a10
573485: detect redundant 'abstract'
2002-06-26 13:17:31 +00:00
Oliver Burn
0c8c6f3b45
Added jEdit reference.
2002-06-25 02:50:22 +00:00
Oliver Burn
ab32ca0d86
Fixed typo
2002-06-22 12:05:15 +00:00
Oliver Burn
c176f8b8eb
568553: fix Javadoc errors under JDK 1.4
2002-06-22 10:50:13 +00:00
Oliver Burn
119aa7439f
Implement checking for whitespace around "{" & "}".
2002-06-17 12:17:31 +00:00
Oliver Burn
d8d9269bbc
Added documentation for checkUnusedThrows.
2002-06-16 12:23:37 +00:00
Lars Kühne
14f2b27f8f
added new commandline flag '-p'
2002-06-11 04:23:19 +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
Lars Kühne
87fb75661f
added new feature "detect illegal instantiation" to 2.3
2002-05-30 04:45:18 +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
65989e76a4
Request 555262: Include column number in the XML output
2002-05-13 01:48:41 +00:00
Oliver Burn
9556af52eb
Updated the version number.
2002-05-10 11:50:03 +00:00
Lars Kühne
1b7f3c143d
real names for style sheet contributors
2002-05-10 04:39:00 +00:00
Lars Kühne
475115172e
added hint about regexp-disabling of linelength check
2002-05-05 12:27:55 +00:00
Lars Kühne
a84406be77
doc for tab expansion
2002-05-05 11:45:53 +00:00
Lars Kühne
7a9a4c2045
added releasenotes for old releases, rewrote 2.2 releasenotes
2002-05-01 07:35:39 +00:00
Lars Kühne
a851e6db3c
added releasenotes. Oliver, please spellcheck and fill in the 2.1 release if possible
2002-04-30 20:36:38 +00:00
Lars Kühne
a736b629f8
added documentation for patch 531230, 'add properties file functionality'
2002-04-28 12:53:33 +00:00
Lars Kühne
1825bf38b9
fixed capitalization error that prevented link from working
2002-04-28 12:47:17 +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
49314771b6
Fixed bug that allowed constant declarations to contain "__".
2002-04-07 09:16:43 +00:00
Lars Kühne
9a8acc01fd
added example for failureProperty, contribution from Gray Herter [gray _AT_ fgm _DOT_ com]
2002-03-24 09:05:28 +00:00
Lars Kühne
50d5a434f1
removed Eclipse from 'plugins wanted' list
2002-03-24 08:04:32 +00:00