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 |
lkuehne
|
e528319817
|
removed support for japanese until we find a new maintainer
|
2003-02-04 20:27:14 +00:00 |
lkuehne
|
5ff09bd7c9
|
CheckstyleException now supports nested exceptions
|
2003-02-04 19:32:47 +00:00 |
oburn
|
c0432c107a
|
Contribution from Jon Scott Stevens [jon _at_ latchkey _dot_ com]. Converts
the XML output to plain text
|
2003-02-04 12:14:26 +00:00 |
oburn
|
90ff4ce846
|
Fix Checkstyle errors - all mine :-(
|
2003-02-04 11:45:44 +00:00 |
oburn
|
6f26b0a5b7
|
Fix compilation under JDK 1.3.x
|
2003-02-04 11:37:44 +00:00 |
lkuehne
|
36a1dbea71
|
unit tests for FinalParametersCheck
|
2003-02-02 11:39:19 +00:00 |
lkuehne
|
eb34390bd6
|
fixed bug where non-final method params were not flagged in anon inner classes
|
2003-02-02 11:37:42 +00:00 |
lkuehne
|
1ab78bdfd6
|
initial implementation of RFE #528196.
- no JUnit tests
- Untested on anonymous classes
- undocumented
- not internationalized
|
2003-02-02 08:06:24 +00:00 |
oburn
|
247aedf62f
|
rfe-652294: added support for specifying file extension for Java files
|
2003-02-02 01:29:53 +00:00 |
oburn
|
671be4c25b
|
Added docs for {@inheritDoc}
|
2003-02-02 01:09:06 +00:00 |
oburn
|
6ad20a165a
|
removed unused imports
|
2003-02-02 00:25:24 +00:00 |
lkuehne
|
a821e4cb05
|
fixed NPE reported by Paul King, getPackage() might return null...
I can't believe it's so difficult to extract the package name of a class...
|
2003-01-31 06:11:23 +00:00 |
lkuehne
|
79017b9f74
|
fixed problems when a '.' occurs in a directory name
|
2003-01-31 06:01:35 +00:00 |
lkuehne
|
d3ba223b8c
|
improved error messages so a user can understand them
|
2003-01-28 20:50:29 +00:00 |
lkuehne
|
68c0507a60
|
avoid instrumenting the test classes with Clover
(finally convinced my boss to license it :-)
|
2003-01-28 20:00:18 +00:00 |
lkuehne
|
301cbdb65a
|
moved property expansion from api package to private method of ConfigurationLoader (bug #670594)
|
2003-01-28 19:57:46 +00:00 |
lkuehne
|
4e31379067
|
moved property expansion from api package to private method of ConfigurationLoader (bug #670594)
also added property expansion of ANT properties
|
2003-01-28 19:56:24 +00:00 |
lkuehne
|
7f04b1a289
|
incorporated grammar patch contributed by Peter Dobratz
|
2003-01-28 19:32:37 +00:00 |
lkuehne
|
67950cbd11
|
close the InputStream for property file loading explicitly
instead of relying on the stream's finalize method
|
2003-01-21 06:23:45 +00:00 |
lkuehne
|
633c2e649c
|
set locale for tests to english instead of the default locale
to get the tests running no matter what the default locale of
the system is.
|
2003-01-21 05:48:21 +00:00 |
lkuehne
|
3ac2917921
|
changed the logic for LCURLY/RCURLY a bit
fixes the problems reported on devel mailing list
|
2003-01-19 13:02:30 +00:00 |
lkuehne
|
804dc9a2d6
|
fixed javadoc warning
|
2003-01-19 10:35:22 +00:00 |
lkuehne
|
7e6e24b7a6
|
changed RedundantModifierCheck to allow token configuration and to simplify implementation
|
2003-01-19 08:01:13 +00:00 |
lkuehne
|
7004f378aa
|
added resolved bug #670321
|
2003-01-18 17:22:09 +00:00 |
lkuehne
|
eb3e86297c
|
fixed NPE when formatter type is not set
|
2003-01-18 17:13:37 +00:00 |
lkuehne
|
44fdd8359c
|
added license info for new dependencies
updated feedback addresses
|
2003-01-18 07:27:08 +00:00 |
lkuehne
|
f294eaf8d4
|
added support for french error messages, contributed by Pierre Dittgen
|
2003-01-14 05:44:11 +00:00 |
lkuehne
|
d63d38b092
|
added support for french error messages, contributed by Pierre Dittgen
|
2003-01-14 05:39:08 +00:00 |
lkuehne
|
2cd0af071c
|
added item for fi localazation
|
2003-01-13 05:49:39 +00:00 |
oburn
|
47b32748de
|
From ville.skytta at iki.fi
|
2003-01-12 22:09:02 +00:00 |
rickgiles
|
49bb3a53b3
|
Modified to use more efficient TreeSet instead of ArrayList.
|
2003-01-12 15:00:14 +00:00 |
rickgiles
|
af661f93ca
|
Updated for changes to messages.
|
2003-01-12 14:41:35 +00:00 |
lkuehne
|
1f967c09f8
|
added item for pt localization
|
2003-01-12 08:50:23 +00:00 |
lkuehne
|
2f946ff3b2
|
added portuguese translations, contributed by Pedro Morais
|
2003-01-12 08:37:59 +00:00 |
lkuehne
|
b08ff5bc57
|
small doc fixes
|
2003-01-12 08:36:46 +00:00 |
lkuehne
|
b483270bd4
|
removed old LeftCurly checks
|
2003-01-12 08:25:37 +00:00 |
lkuehne
|
307b930569
|
added portuguese translations, contributed by Pedro Morais
|
2003-01-12 08:18:11 +00:00 |
lkuehne
|
f9d45ff314
|
fixed line length problem
|
2003-01-12 07:55:41 +00:00 |
lkuehne
|
dae5b052f0
|
undo previous change, ModuleFactory is part of the public API of Checker
This lets IDE plugins write their own Factory - Argh, I wrote that myself..
|
2003-01-12 07:54:26 +00:00 |
lkuehne
|
cbf2b7d73c
|
tighten the API so it is designed with inheritance in mind
In most places this means preventing inheritance.
|
2003-01-12 07:50:59 +00:00 |
lkuehne
|
c9cbd7e80e
|
fixed typo
|
2003-01-12 07:03:47 +00:00 |