Commit Graph

377 Commits

Author SHA1 Message Date
Oliver Burn eaa7b83bc9 Add template for the next release 2003-05-27 10:21:41 +00:00
Oliver Burn 3f0ff8a7e7 minor clean up 2003-05-23 07:30:21 +00:00
Oliver Burn 6d0cb22edf Revamped to include all checks. Also hopefully improved the documentation. 2003-05-23 07:21:21 +00:00
Oliver Burn 8531b2b318 Fixed so that the translation check will be run, except under GUMP conditions. 2003-05-23 01:18:29 +00:00
Rick Giles 9bb2ad91c9 renamed DesignForInheritanceCheck to DesignForExtensionCheck 2003-05-22 23:25:22 +00:00
Rick Giles bf8012b13d updated screenshot with Reload Java File button 2003-05-21 15:14:58 +00:00
Rick Giles 1e67ec5577 Incorporated patch from Bill Schneider to add property to
GenericIllegalRegexpCheck for case-insensitive matches
(request 740112).
2003-05-21 13:39:23 +00:00
Rick Giles cb5ab77359 document patch by Dale King for request 740545 2003-05-20 16:30:25 +00:00
Oliver Burn 8cf07f17e8 RFE 739881: Moved the location of the file
checkstyle_packages.xml to be in the directory
com/puppycrawl/tools/checkstyle. This is to work around
a bug in NetBeans.
2003-05-20 13:30:41 +00:00
Rick Giles e1c6922152 updated URL 2003-05-20 09:51:04 +00:00
Lars Kühne 1624dcb01e note about bugfix for 724573 2003-05-20 05:40:25 +00:00
Rick Giles 9b585ff48b added EmptyForIteratorPad docs 2003-05-19 19:54:53 +00:00
Rick Giles bc39ac3463 added link to BlueJ Checkstyle extension 2003-05-19 19:15:50 +00:00
Oleg Sukhodolsky f0edd3eaf1 Indentation:
fix for indentation problems found be Indentation check.
Indentation check added to checkstyle_checkstyle.xml with "warning" severity.
2003-05-19 17:34:26 +00:00
Oliver Burn 2f98a4aa29 Document bug fixed about closing files 2003-05-19 03:22:43 +00:00
Oleg Sukhodolsky 896b671caa Added property for GenericIllegalRegexp to customize reported message.
(module GenericIllegalRegexp, property message, request 738567)
2003-05-17 18:09:28 +00:00
Lars Kühne 7b745053e4 small fixes 2003-05-16 15:34:01 +00:00
Oliver Burn a4d63db21d Disabled the translation check for the moment.
Added a check to detect trailing whitespace as discussed today and fixed all
the resulting errors. Thank god for Emacs, I recorded a keyboard macro to fix
all the errors. Otherwise this would have been a tough task.
2003-05-14 08:11:49 +00:00
Oliver Burn 93277b0730 Cosmetic changes 2003-05-14 07:47:41 +00:00
Oleg Sukhodolsky bb0a041a3a Added check for redundant exceptions in
throws clause (module RedundantThrows, request 579056)
2003-05-14 03:18:33 +00:00
Lars Kühne bf6758b29d documentation improvements from Peter Dobratz 2003-05-11 07:31:23 +00:00
Rick Giles b59648d605 Added line and column numbers to configuration parse exceptions
(request 714962).
2003-05-10 15:17:54 +00:00
Rick Giles 61e6ce5ee7 Added "source" attribute to "error" element of XMLLogger output. 2003-05-10 10:59:20 +00:00
Oleg Sukhodolsky 4e1f8ef98e One more option for JavadocMethodCheck
(allowThrowsTagsForSubclasses, request 540383)
2003-05-09 18:14:25 +00:00
Rick Giles 40e9a0a4ea moved bug fix to correct release number (3.1) 2003-05-09 13:24:56 +00:00
Rick Giles 5156e90846 noted resolved bug 713845 2003-05-08 12:48:04 +00:00
Rick Giles fdc9cc3713 added item for MagicNumberCheck 2003-05-07 17:11:56 +00:00
Rick Giles 7284e8aa42 magic number check. RFE 564206 2003-05-07 16:57:32 +00:00
Lars Kühne 9a9e7318a3 added note for empty statement check
Oleg has joined the team
2003-05-06 05:40:43 +00:00
Lars Kühne ebc06c9c2e added docs for EmptyStatement 2003-05-06 05:34:49 +00:00
Lars Kühne 4c1197e35d added comments for the regexp values 2003-05-06 05:09:30 +00:00
Lars Kühne a2e58a8d5f added example for finding trailing whitespace 2003-05-06 04:58:40 +00:00
Oliver Burn e9b6614e56 Fix Clover link as requested 2003-05-05 04:04:25 +00:00
Oliver Burn beb7953571 Added reference to the new documents 2003-05-05 03:31:18 +00:00
Lars Kühne c14a267b08 added request ID for NewLineAtEOF 2003-05-04 09:55:31 +00:00
Lars Kühne 48761b6091 the config_misc file has become a real mess, restructured it into three documents 2003-05-04 09:54:43 +00:00
Lars Kühne e4eee5699c docs how to contribute to the project 2003-04-30 22:41:08 +00:00
Oliver Burn ff05a6ff5e Patch from Oleg Sukhodolsky to fix documentation. (bug 727896) 2003-04-28 12:28:29 +00:00
Oliver Burn 5ace399de6 Another quality patch from Oleg Sukhodolsky to fix TranslationCheck Test
bug. (bug 720925).
2003-04-24 08:18:53 +00:00
Oliver Burn cd6e8a32d2 Patch from Oleg Sukhodolsky to add MissingSwitchDefaultCheck to check that a
switch statement has a default clause (request 564199).
2003-04-18 11:14:48 +00:00
Lars Kühne 0c913a1b17 resolved HTML syntax errors in documentation (bug 721458) 2003-04-18 09:29:15 +00:00
Lars Kühne c8a0d72210 reset message collector in filesetchecks 2003-04-18 09:12:33 +00:00
Oliver Burn 308d5b0294 Patch from Oleg Sukhodolsky to add FinalCheck to check that classes are
declared final if they only contain private constructors (request 696290).

Quite like the use of the visit/leave token methods.
2003-04-18 08:37:34 +00:00
Lars Kühne 1197b294ce added rfe number to severity level feature 2003-04-18 06:58:44 +00:00
Oliver Burn c822fc497e Max the maximum size more lax. Peter Dobratz did an amazing job documenting
the token types. Ideally would like a way to fine grain the check
2003-04-18 06:52:36 +00:00
Lars Kühne b7f58129fa fixed java sytax error in example 2003-04-18 06:32:57 +00:00
Oliver Burn c69b2f8481 Added SlickEdit reference 2003-04-16 07:19:03 +00:00
Lars Kühne 6520032fd7 added NewLineAtEOF 2003-04-12 14:15:10 +00:00
Lars Kühne 6cbf99acd8 fixed docs of DesignForInheritance, static methods are now ignored 2003-04-11 04:44:18 +00:00
Lars Kühne 002b55c219 added NewlineAtEndOfFile check, contributed by Christopher Lenz 2003-04-06 12:27:55 +00:00