Oliver Burn
|
17cfbb2442
|
Changed the scope to be public.
|
2003-02-23 07:32:30 +00:00 |
Lars Kühne
|
ef2aa379d8
|
finished the docs for the new checks
|
2003-02-22 17:00:23 +00:00 |
Lars Kühne
|
a1f8377ec5
|
added docs for some new checks, still a few missing
|
2003-02-20 06:12:41 +00:00 |
Lars Kühne
|
eb4c8c6ac6
|
news for 3.1
|
2003-02-20 06:10:40 +00:00 |
Lars Kühne
|
d468e6ae19
|
include new modules
|
2003-02-20 05:37:25 +00:00 |
Lars Kühne
|
7f9839943c
|
fixed bug reported by Joe Comuzzi
|
2003-02-18 20:42:04 +00:00 |
Lars Kühne
|
476a7dd02f
|
starting 3.1
|
2003-02-18 20:39:00 +00:00 |
Lars Kühne
|
6ee609ba60
|
test input for rcurly bug reported by Joe Comuzzi
|
2003-02-18 20:33:05 +00:00 |
Lars Kühne
|
3203ed4840
|
started documenting all the new checks (help wanted :-)
|
2003-02-18 06:21:33 +00:00 |
Lars Kühne
|
337aa4ec81
|
started 3.1
|
2003-02-18 06:20:58 +00:00 |
Lars Kühne
|
18fd9760c3
|
added AvoidInlineConditionals
|
2003-02-18 06:12:39 +00:00 |
Lars Kühne
|
ee4bbbda9d
|
added docs for AvoidNestedBlocks
|
2003-02-18 05:45:29 +00:00 |
Lars Kühne
|
669def894e
|
finally added all the new checks that I built during feature freeze
need to do more tests and write docs
|
2003-02-18 05:19:08 +00:00 |
Oliver Burn
|
cbcc08934f
|
Added reference to the old documentation.
|
2003-02-17 10:32:10 +00:00 |
Oliver Burn
|
46e38cf084
|
going through the motions to silence Lars' computer at night. :-)
|
2003-02-17 10:17:03 +00:00 |
Lars Kühne
|
cee1691008
|
fixed header style so h4 headers are consistent
|
2003-02-17 05:27:23 +00:00 |
Lars Kühne
|
77d641a916
|
added example for SimplifyBooleanReturn
|
2003-02-17 05:21:31 +00:00 |
Lars Kühne
|
adcc7a14d8
|
fixed javadoc
|
2003-02-17 05:10:48 +00:00 |
Oliver Burn
|
04b0bd6404
|
Last API change before release (I hope:-). Now when notifying of the start and
finish of tree, based the root node. Maybe useful to some checks.
|
2003-02-16 02:50:24 +00:00 |
Lars Kühne
|
0b9d1c616f
|
use new helper method to avoid duplicate code
|
2003-02-15 16:11:28 +00:00 |
Lars Kühne
|
3aa99fde8e
|
removed duplicate code in PackageHtml and Translation
by introducing a protected helper method in AbstractFileSetCheck
|
2003-02-15 16:07:29 +00:00 |
Lars Kühne
|
060b37614b
|
javadoc improvements
|
2003-02-15 15:54:47 +00:00 |
Lars Kühne
|
b5bfd70581
|
docs for the new fileExtensions property
|
2003-02-15 12:54:27 +00:00 |
Lars Kühne
|
ebfc07bcbd
|
small performance improvement,
avoid recalculation of fileName in File.getName()
|
2003-02-15 12:19:34 +00:00 |
Lars Kühne
|
00fb7f0c18
|
FileSetChecks are now responsible for filtering
out the files they are not interested in, as discussed
on the checkstyle-devel list
|
2003-02-15 12:13:32 +00:00 |
Lars Kühne
|
a170655179
|
improved error message, thanks to Paul Roebuck for complaining about the old one
|
2003-02-11 06:20:50 +00:00 |
Lars Kühne
|
644e610f90
|
fixed misspelled word, thanks to Paul Roebuck for finding this one
|
2003-02-11 05:20:58 +00:00 |
Rick Giles
|
c97f8557e9
|
corrected default regexp (a Jakarta regexp error?)
|
2003-02-10 11:50:26 +00:00 |
Lars Kühne
|
5dfdce6d5c
|
added example for Translation module, as suggested by Paul Roebuck
|
2003-02-09 18:44:09 +00:00 |
Lars Kühne
|
0251e062ab
|
added docs for configURL attribute
|
2003-02-08 18:02:17 +00:00 |
Lars Kühne
|
e853ed726f
|
added configuration loading from URLs, RFE #682140
|
2003-02-08 17:57:42 +00:00 |
Lars Kühne
|
410111f1dc
|
reuse checkstyle.checkstyle in checkstyle.style to avoid duplicate code
|
2003-02-08 17:55:47 +00:00 |
Lars Kühne
|
9b3c6b1be5
|
... and another stream that wasn't closed.
|
2003-02-08 10:04:36 +00:00 |
Oliver Burn
|
57a28c890c
|
Compiles under JDK 1.3.1 and ANT 1.4.1
|
2003-02-06 12:29:46 +00:00 |
Oliver Burn
|
28086be0e2
|
sorts the files by error not name
|
2003-02-06 11:52:56 +00:00 |
Lars Kühne
|
0fa46f6d5e
|
removed support for japanese (forgot to commit the removed file)
|
2003-02-06 05:30:34 +00:00 |
Lars Kühne
|
c8a0d3e6d4
|
new stylesheet and removal of japanese localization
|
2003-02-04 20:34:11 +00:00 |
Lars Kühne
|
6136db071d
|
removed support for japanese until we find a new maintainer
|
2003-02-04 20:27:14 +00:00 |
Lars Kühne
|
eeba08c102
|
CheckstyleException now supports nested exceptions
|
2003-02-04 19:32:47 +00:00 |
Oliver Burn
|
89488c9d42
|
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 |
Oliver Burn
|
c13f6dd07d
|
Fix Checkstyle errors - all mine :-(
|
2003-02-04 11:45:44 +00:00 |
Oliver Burn
|
9c48e3107d
|
Fix compilation under JDK 1.3.x
|
2003-02-04 11:37:44 +00:00 |
Lars Kühne
|
d2689e6eb0
|
unit tests for FinalParametersCheck
|
2003-02-02 11:39:19 +00:00 |
Lars Kühne
|
829a44bde4
|
fixed bug where non-final method params were not flagged in anon inner classes
|
2003-02-02 11:37:42 +00:00 |
Lars Kühne
|
f313f31ab3
|
initial implementation of RFE #528196.
- no JUnit tests
- Untested on anonymous classes
- undocumented
- not internationalized
|
2003-02-02 08:06:24 +00:00 |
Oliver Burn
|
2820c1d09d
|
rfe-652294: added support for specifying file extension for Java files
|
2003-02-02 01:29:53 +00:00 |
Oliver Burn
|
8a717efd15
|
Added docs for {@inheritDoc}
|
2003-02-02 01:09:06 +00:00 |
Oliver Burn
|
c31e60f907
|
removed unused imports
|
2003-02-02 00:25:24 +00:00 |
Lars Kühne
|
635444ddb2
|
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 |
Lars Kühne
|
d963b8bfc2
|
fixed problems when a '.' occurs in a directory name
|
2003-01-31 06:01:35 +00:00 |