lkuehne
a8c8ea7bfa
added rfe ids
2003-01-07 19:34:23 +00:00
lkuehne
bc1739ca42
removed context hashmaps
2003-01-07 08:15:27 +00:00
lkuehne
da80ff4d8d
fixed checkstyle errors
...
IDEAs code generation did not know about our requirements...
2003-01-03 11:43:01 +00:00
lkuehne
1338a276ff
made Defn a class, following the advice of Bloch
2003-01-03 10:49:41 +00:00
lkuehne
9a3df31df1
removed meaningless javadoc
2003-01-03 10:44:52 +00:00
lkuehne
e66e8f3fb5
prevent duplicate messages
2003-01-01 15:53:35 +00:00
lkuehne
51000d867a
ensure that equals() is consistent with compareTo()
...
as advised in the documentation of compareTo()
2003-01-01 15:45:10 +00:00
lkuehne
8dddf389ea
removed old TODO message
2003-01-01 15:09:46 +00:00
lkuehne
08856a3253
wrote class javadoc
2003-01-01 15:02:54 +00:00
lkuehne
8f8ebc3722
fixed error message
2002-12-30 15:29:28 +00:00
lkuehne
56a2ba742b
removed PublicMemberNameCheck, check public members with MemberNameCheck
...
updated docs to reflect that change
2002-12-30 14:58:12 +00:00
lkuehne
a6ed66151c
added sample config that checks the advice from Bloch, Effective Java
2002-12-29 18:23:43 +00:00
lkuehne
7de3cb93b1
renamed class from AvoidStarImport to AvoidStarImportCheck
...
so the name conforms to the *Check naming convention used
for all other classes
2002-12-29 14:26:07 +00:00
lkuehne
10934b9607
response to rfe #651121 , Redundant field modifiers in interface:
...
added final to list of redundant modifiers
improved tests RedundantModifierTest to cover constants
2002-12-29 11:15:58 +00:00
lkuehne
4b878330d2
added entry for bugfix #658805
2002-12-29 10:05:17 +00:00
lkuehne
5c7db4c800
fixed bug #658805 , Fully-qualified @throws claimed unused
2002-12-29 10:00:37 +00:00
lkuehne
8d72af735f
ModifierCheck to ModifierOrderCheck
2002-12-29 08:46:55 +00:00
rickgiles
8dbe12cdf1
improved error handling for illegal property values, e.g.
...
1. <property name="classLoader" value=""/>. Is it by accident or by
design that bean properties like this cannot be set because they aren't "simple" types?
2. <property name="tabWidth" value="eight"/>
2002-12-28 12:19:26 +00:00
lkuehne
2d373fccbf
removed dead code
2002-12-28 09:38:00 +00:00
rickgiles
55e25f984f
module name correction
2002-12-27 11:55:27 +00:00
lkuehne
f81561201a
removed todo items that have already been resolved
2002-12-27 09:58:26 +00:00
lkuehne
aba401aa59
fixed bug #648708 , Misleading doc for checkUnusedThrows
...
Renamed property checkUnusedThrows to allowUndeclaredRTE to better reflect the meaning of the property.
2002-12-27 09:31:33 +00:00
lkuehne
6fdb8bcef8
Moved detection of missing headerFile property to configuration phase
...
This means that Checkstyle will not run, until now it was writing
a configuration error in the audit log file.
Also fixes bug #629139 , Empty value ignores file
2002-12-27 08:16:46 +00:00
lkuehne
1957707ac6
improved end user error message for module hierarchy problems
2002-12-26 17:21:44 +00:00
lkuehne
f05e4c9024
implementations for the examples in docs/writingchecks.html
2002-12-26 16:33:41 +00:00
lkuehne
026a67f274
example config file for openorb
2002-12-26 16:29:26 +00:00
lkuehne
2d68b38def
added gui screenshot to writingchecks.html
2002-12-26 16:26:22 +00:00
rickgiles
4728a60c7f
updated links to Checker
2002-12-26 13:36:47 +00:00
rickgiles
b646ce8224
fixed typo
2002-12-26 13:30:35 +00:00
rickgiles
3eefbe5892
added docs for Checker and TreeWalker
2002-12-26 13:30:02 +00:00
lkuehne
cbfe6572ff
added meta tag to aid search engines as requested in bug #652835
2002-12-26 08:54:51 +00:00
rickgiles
8369b625fe
performance improvement: avoiding charAt range checks is worth the
...
cost of toCharArray
2002-12-25 23:27:31 +00:00
rickgiles
4e090bfcd4
performance improvement - eliminate multiple instance creation for
...
tree context HashMap.
Still at the top of the performance hit parade for Checkstyle non-parsing methods.
2002-12-25 14:05:55 +00:00
rickgiles
e2ccc44817
performance improvement - eliminate multiple instance creation for
...
context HashMap.
Still at the top of the performance list of Checkstyle non-parsing methods.
2002-12-25 13:07:08 +00:00
rickgiles
856f2eb84b
corrected expected error message
2002-12-25 12:51:17 +00:00
rickgiles
f171370316
corrected Checkstyle errors
2002-12-25 12:07:25 +00:00
rickgiles
9cbf7e0cb7
moved property tabWidth
2002-12-25 12:05:32 +00:00
oburn
c2e7367fd2
minor tweaks
2002-12-24 04:03:49 +00:00
oburn
9a678cdb39
added some links to the api
2002-12-24 03:53:58 +00:00
oburn
a72ec67685
Making printer friendly
2002-12-24 03:34:56 +00:00
oburn
7472e9e406
wordage
2002-12-24 03:31:13 +00:00
lkuehne
41754b2601
improved error messages for JavadocTypeCheck
2002-12-23 15:58:16 +00:00
lkuehne
4dfc9d7f01
don't silently ignore misspelled property names
2002-12-23 07:39:40 +00:00
lkuehne
a9d0c97bdd
ups, I should concentrate more
2002-12-23 06:15:06 +00:00
lkuehne
1371d8a88b
added documentation for IllegalInstantiation.classes
2002-12-23 06:13:52 +00:00
lkuehne
3cf7618f79
improve error messages
2002-12-23 00:30:12 +00:00
lkuehne
fabcbbdd31
make it easy for the user to configure sun code conventions
2002-12-22 22:56:48 +00:00
lkuehne
49f0208396
added DOCTYPE declaration and fixed document structure
2002-12-22 22:45:26 +00:00
lkuehne
d929cb4ed6
added check for tab characters
2002-12-22 12:20:51 +00:00
lkuehne
471a9bba04
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