oburn
822a192bdd
Against a snap shot of changes I do not want to lose.
2002-09-04 04:04:03 +00:00
oburn
3ec71925f6
Please ignore - a work in progress that I want to backup.
2002-09-03 13:45:38 +00:00
oburn
9592bb19f9
Please ignore - a work in progress that I want to backup.
2002-09-02 13:19:01 +00:00
oburn
1f73334e6c
Please ignore - a work in progress that I want to backup.
2002-09-02 13:13:11 +00:00
oburn
b99266594b
Please ignore - a work in progress that I want to backup.
2002-09-02 12:21:17 +00:00
oburn
c8ae6501b6
Please ignore - a work in progress that I want to backup.
2002-09-02 12:12:38 +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
650ee2f31a
Incorporate patch 566855 from Rob Worth to optionally check that parenthesis
...
are padded with spaces.
Big thanks to Lars for suggesting that the Pad Option not be a boolean so
somebody could one day submit this patch. :-)
2002-08-21 04:39:27 +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
513205d86a
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
oburn
75ac69f5e4
Incorporate patch 590931 from Vijay Aravamudhan.
2002-08-10 09:23:52 +00:00
oburn
4c47472260
request 583719 - detect unused @throws that subclass java.lang.Error.
2002-08-04 05:01:20 +00:00
oburn
0162eefef0
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
oburn
784bcb4c7f
Added reference to an example report.
2002-07-17 00:08:22 +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
lkuehne
5428da3647
avoid double negation in description of illegal.instantiations
2002-07-06 08:56:30 +00:00
lkuehne
ab9b281513
removed my email address to avoid spam
2002-07-06 08:50:57 +00:00
oburn
3a3e8f4b7f
Fixed grammar mistake - thanks Lars.
2002-07-04 06:01:02 +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
lkuehne
a2242438ff
fixed bug 561616
2002-07-02 20:21:04 +00:00
oburn
c952efdabe
576165: better error handling for missing properties file.
2002-07-02 11:51:56 +00:00
oburn
45dd4a6b1f
571161: Added support for basedir attribute.
2002-07-01 01:57:36 +00:00
oburn
434913ad61
573485: detect redundant 'abstract'
2002-06-26 13:17:31 +00:00
oburn
f5c3fb2e6b
Added jEdit reference.
2002-06-25 02:50:22 +00:00
oburn
6cf5220947
Fixed typo
2002-06-22 12:05:15 +00:00
oburn
58a9941682
568553: fix Javadoc errors under JDK 1.4
2002-06-22 10:50:13 +00:00
oburn
3d0cc49508
Implement checking for whitespace around "{" & "}".
2002-06-17 12:17:31 +00:00
oburn
64cb64e0bd
Added documentation for checkUnusedThrows.
2002-06-16 12:23:37 +00:00
lkuehne
9dcf64f811
added new commandline flag '-p'
2002-06-11 04:23:19 +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
lkuehne
f17f2e3a2d
added new feature "detect illegal instantiation" to 2.3
2002-05-30 04:45:18 +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
cf4f22dce4
Request 555262: Include column number in the XML output
2002-05-13 01:48:41 +00:00
oburn
c74bffa197
Updated the version number.
2002-05-10 11:50:03 +00:00
lkuehne
68fb127e3c
real names for style sheet contributors
2002-05-10 04:39:00 +00:00
lkuehne
43378fc939
added hint about regexp-disabling of linelength check
2002-05-05 12:27:55 +00:00
lkuehne
7e6be27b17
doc for tab expansion
2002-05-05 11:45:53 +00:00
lkuehne
aaa74006b0
added releasenotes for old releases, rewrote 2.2 releasenotes
2002-05-01 07:35:39 +00:00