Commit Graph

295 Commits

Author SHA1 Message Date
rickgiles 7933eef4fd corrected default regexp (a Jakarta regexp error?) 2003-02-10 11:50:26 +00:00
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 8f5e1a82ac new stylesheet and removal of japanese localization 2003-02-04 20:34:11 +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
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 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 f294eaf8d4 added support for french error messages, contributed by Pierre Dittgen 2003-01-14 05:44:11 +00:00
lkuehne 2cd0af071c added item for fi localazation 2003-01-13 05:49:39 +00:00
lkuehne 1f967c09f8 added item for pt localization 2003-01-12 08:50:23 +00:00
lkuehne b483270bd4 removed old LeftCurly checks 2003-01-12 08:25:37 +00:00
rickgiles c0b8273c34 Release note for check of space at an empty for interator. 2003-01-11 20:37:19 +00:00
rickgiles d6783b4b6e 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
lkuehne b5ad443390 Implement RFE 521323, detect whitespace before ';' 2003-01-11 08:08:28 +00:00
lkuehne 5142b022fa close cachefile streams, fixes bug #655016 2003-01-11 07:42:20 +00:00
lkuehne 5f605428f4 avoid space before option name 2003-01-11 07:34:02 +00:00
oburn 4acfc4b994 minor fixes 2003-01-10 06:52:11 +00:00
lkuehne 1efaa6a477 added Rick's bugfix for 579190 2003-01-09 18:46:58 +00:00
lkuehne 9f70ed2436 added fixed bug to 3.0 list 2003-01-08 07:23:47 +00:00
lkuehne 7154d11833 added XML parser as a requirement - easy to forget when you're running JDK 1.4 2003-01-07 19:35:46 +00:00
lkuehne a8c8ea7bfa added rfe ids 2003-01-07 19:34:23 +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 4b878330d2 added entry for bugfix #658805 2002-12-29 10:05:17 +00:00
lkuehne 8d72af735f ModifierCheck to ModifierOrderCheck 2002-12-29 08:46:55 +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 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 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 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 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 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
rickgiles 74e7086f20 Minor spelling correction 2002-12-22 12:00:20 +00:00
lkuehne 020e1849e2 fixed minor spelling error 2002-12-22 11:54:10 +00:00
lkuehne a38a23c192 create correct version number 2002-12-22 11:50:28 +00:00
lkuehne 7b5253cf1a added 3rd party tools from current home page
replaced upgrade procedure
2002-12-22 11:29:16 +00:00
rickgiles b0b3bc5ed9 Minor edit changes. It's a great developer-to-developer read. 2002-12-22 11:18:58 +00:00
lkuehne 00e949b426 link to config.html as Rick suggested 2002-12-22 09:41:45 +00:00
lkuehne 8668bd2708 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