Lars Kühne
b99f72832a
applied patches by Peter Dobratz to make lintlink happy
2003-03-02 09:35:01 +00:00
Lars Kühne
3f4fdc2743
added xhtml patch by Peter Dobratz
2003-03-01 07:43:19 +00:00
Oliver Burn
5185681ca8
added Clover reference
2003-02-24 06:12:14 +00:00
Lars Kühne
03d9719f47
added request id for InterfaceIsType
2003-02-23 13:29:27 +00:00
Lars Kühne
c40ba98dbf
added ConfigurationLoader bug + small fixes
2003-02-23 12:42:29 +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
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
ee4bbbda9d
added docs for AvoidNestedBlocks
2003-02-18 05:45:29 +00:00
Oliver Burn
cbcc08934f
Added reference to the old documentation.
2003-02-17 10:32:10 +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
0b9d1c616f
use new helper method to avoid duplicate code
2003-02-15 16:11:28 +00:00
Lars Kühne
b5bfd70581
docs for the new fileExtensions property
2003-02-15 12:54:27 +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
c8a0d3e6d4
new stylesheet and removal of japanese localization
2003-02-04 20:34:11 +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
Lars Kühne
ee2e1a5cb3
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
Lars Kühne
9d11d6a0b0
incorporated grammar patch contributed by Peter Dobratz
2003-01-28 19:32:37 +00:00
Lars Kühne
4b2f2e628d
changed RedundantModifierCheck to allow token configuration and to simplify implementation
2003-01-19 08:01:13 +00:00
Lars Kühne
27cb13ca3d
added resolved bug #670321
2003-01-18 17:22:09 +00:00
Lars Kühne
ca43a9d7a0
added support for french error messages, contributed by Pierre Dittgen
2003-01-14 05:44:11 +00:00
Lars Kühne
67da95c8a3
added item for fi localazation
2003-01-13 05:49:39 +00:00
Lars Kühne
8809d19699
added item for pt localization
2003-01-12 08:50:23 +00:00
Lars Kühne
6f581fe28d
removed old LeftCurly checks
2003-01-12 08:25:37 +00:00
Rick Giles
4a4254b285
Release note for check of space at an empty for interator.
2003-01-11 20:37:19 +00:00
Rick Giles
916417fc62
Check for policy of space at an empty for interator.
...
Addresses requests 565666, 583725.
ParenPad and WhitespaceAfter no longer check an empty for iterator.
Not doing so, and using check EmptyForIterator, is less complex than
providing properties for ParenPad and WhitespaceAfter.
2003-01-11 20:17:02 +00:00
Lars Kühne
46910b2061
Implement RFE 521323, detect whitespace before ';'
2003-01-11 08:08:28 +00:00
Lars Kühne
151fd548d2
close cachefile streams, fixes bug #655016
2003-01-11 07:42:20 +00:00
Lars Kühne
1eda2807c8
avoid space before option name
2003-01-11 07:34:02 +00:00
Oliver Burn
82470fc576
minor fixes
2003-01-10 06:52:11 +00:00
Lars Kühne
4046ecbdee
added Rick's bugfix for 579190
2003-01-09 18:46:58 +00:00
Lars Kühne
4aee8a2213
added fixed bug to 3.0 list
2003-01-08 07:23:47 +00:00
Lars Kühne
36c2e45d44
added XML parser as a requirement - easy to forget when you're running JDK 1.4
2003-01-07 19:35:46 +00:00
Lars Kühne
bba4671829
added rfe ids
2003-01-07 19:34:23 +00:00
Lars Kühne
2440fa45b2
removed PublicMemberNameCheck, check public members with MemberNameCheck
...
updated docs to reflect that change
2002-12-30 14:58:12 +00:00
Lars Kühne
a9ad125a4c
added entry for bugfix #658805
2002-12-29 10:05:17 +00:00
Lars Kühne
5ce6ad4df6
ModifierCheck to ModifierOrderCheck
2002-12-29 08:46:55 +00:00
Lars Kühne
58ce4c4097
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
Lars Kühne
dc3bffc48f
added gui screenshot to writingchecks.html
2002-12-26 16:26:22 +00:00
Rick Giles
e1ca997de2
updated links to Checker
2002-12-26 13:36:47 +00:00
Rick Giles
2a24f17202
added docs for Checker and TreeWalker
2002-12-26 13:30:02 +00:00
Lars Kühne
11b2c4e8a9
added meta tag to aid search engines as requested in bug #652835
2002-12-26 08:54:51 +00:00
Rick Giles
58af01acc8
moved property tabWidth
2002-12-25 12:05:32 +00:00
Oliver Burn
5bcb30c9c2
minor tweaks
2002-12-24 04:03:49 +00:00
Oliver Burn
3f96260618
added some links to the api
2002-12-24 03:53:58 +00:00
Oliver Burn
c13d2a9d2f
Making printer friendly
2002-12-24 03:34:56 +00:00
Oliver Burn
b5c434adc2
wordage
2002-12-24 03:31:13 +00:00
Lars Kühne
4591d6cce6
ups, I should concentrate more
2002-12-23 06:15:06 +00:00
Lars Kühne
0c507aa72b
added documentation for IllegalInstantiation.classes
2002-12-23 06:13:52 +00:00
Lars Kühne
4979d67612
make it easy for the user to configure sun code conventions
2002-12-22 22:56:48 +00:00
Lars Kühne
eb0e9d478c
added DOCTYPE declaration and fixed document structure
2002-12-22 22:45:26 +00:00
Lars Kühne
333be33007
added check for tab characters
2002-12-22 12:20:51 +00:00
Lars Kühne
e3c72076fd
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
Rick Giles
62be57af36
Minor spelling correction
2002-12-22 12:00:20 +00:00
Lars Kühne
b0dfa0580b
fixed minor spelling error
2002-12-22 11:54:10 +00:00
Lars Kühne
966f7cc5eb
create correct version number
2002-12-22 11:50:28 +00:00
Lars Kühne
194f604d1a
added 3rd party tools from current home page
...
replaced upgrade procedure
2002-12-22 11:29:16 +00:00
Rick Giles
227f634b85
Minor edit changes. It's a great developer-to-developer read.
2002-12-22 11:18:58 +00:00
Lars Kühne
694549424d
link to config.html as Rick suggested
2002-12-22 09:41:45 +00:00
Lars Kühne
2674c0cb24
VisibilityModifier didn't have the set of allowed names that were mentioned in the docs,
...
which is OK since that can be done by pattern matching.
Replaced the f-pattern with serialVersionUID and fixed the docs and tests accordingly.
2002-12-22 08:34:45 +00:00
Rick Giles
74342723b7
AvoidStarImport documentation
2002-12-21 17:00:07 +00:00
Rick Giles
ae448434e9
XHTML validated
2002-12-21 11:16:59 +00:00
Rick Giles
3f3e33ccfa
version 3.0 documentation.
...
please double-check examples.
unvalidated - validator site is currently unavailable.
2002-12-20 13:30:15 +00:00
Rick Giles
76f87ceec9
added to Package Names.
...
"Writing Checks - Integrating your Check" could have a link to this.
2002-12-20 11:00:11 +00:00
Lars Kühne
0b6e44780f
made this a sample configuration file that enforces everything I could find
...
in Sun docs plus a few best practices
2002-12-20 06:39:40 +00:00
Lars Kühne
4b4fee6d47
added integration and fixed a few minor issues
2002-12-19 22:20:52 +00:00
Rick Giles
d66b4752df
added Parent Module links
2002-12-19 18:58:39 +00:00
Rick Giles
e16a7d7872
huh? spellchecker magic?
2002-12-19 18:34:47 +00:00
Rick Giles
3f437ea751
added package names XML document
2002-12-19 18:11:26 +00:00
Rick Giles
67f9f881a6
version 3.0 documentation
2002-12-19 17:09:29 +00:00
Rick Giles
1ad759e6e7
LeftCurly docs.
...
Have completed a first pass of all checks - almost as much fun as
marking exams.
2002-12-19 11:14:45 +00:00
Rick Giles
f1d485ff49
configure for LeftCurly
2002-12-19 11:01:13 +00:00
Rick Giles
55df1e950d
version 3.0 documentation
2002-12-19 10:52:55 +00:00
Rick Giles
8ccfddcd2d
version 3.0 documentation and minor corrections
2002-12-19 00:04:37 +00:00
Rick Giles
5231c6334c
version 3.0 documentation and minor changes
2002-12-18 20:59:58 +00:00
Rick Giles
c803de8b13
version 3.0 documentation
2002-12-18 18:05:35 +00:00
Rick Giles
3411c89f4c
Removed redundant configuration
2002-12-18 16:17:50 +00:00
Rick Giles
b69da28d37
added RedundantImport
2002-12-18 15:17:56 +00:00
Rick Giles
ab335def94
version 3.0 documentation
2002-12-18 14:37:18 +00:00
Rick Giles
86d25d78aa
Removed "acceptable" adjective" for tokens
2002-12-18 11:04:53 +00:00
Rick Giles
db76ce4905
Removed "acceptable" adjective for a Check's tokens.
...
Spelling corrections.
2002-12-18 09:43:32 +00:00
Rick Giles
0f53fe215f
version 3.0 documentation
2002-12-18 00:56:19 +00:00
Lars Kühne
71b822ec3a
lots of stuff added
2002-12-17 23:02:02 +00:00
Rick Giles
e56a2c1543
version 3.0 documentation
2002-12-17 21:53:21 +00:00
Rick Giles
a1518aee35
Removed reference to "default tokens" - just confuses the issue.
2002-12-17 20:55:12 +00:00
Rick Giles
9b84d05630
Added section XML Details.
...
XHTML validated.
Ready for "proof-reading"...
2002-12-17 19:25:11 +00:00
Rick Giles
94b4bfc10f
added section Treewalker Checks
2002-12-17 12:14:27 +00:00
Rick Giles
0fc6f9aad0
Properties section.
2002-12-17 00:12:53 +00:00
Rick Giles
9086d3588a
Modules section
2002-12-16 17:10:43 +00:00
Rick Giles
4cc94a581c
dropped suffix "Check"
2002-12-16 00:57:03 +00:00
Rick Giles
4564aecb5c
Changed configuration XML element "config" to "module".
...
Dropped suffix "Check" in Check configurations.
2002-12-16 00:22:14 +00:00
Rick Giles
04483a77e8
Start on Configuration documentation.
2002-12-15 15:59:26 +00:00
Lars Kühne
469acd6705
fixed more typos
2002-12-15 12:30:02 +00:00