Commit Graph

403 Commits

Author SHA1 Message Date
Oliver Burn 9920857810 Refactored the Coding checks 2003-06-15 12:39:40 +00:00
Oleg Sukhodolsky 41758923b8 Fix for [ 694111 ] Syntax error crashes Checkstyle. Update for release notes missed from previous putback 2003-06-14 17:07:26 +00:00
Rick Giles ca5c92f2e7 Added ignoreFormat property to HiddenFieldCheck (request 748830). 2003-06-12 17:30:23 +00:00
Oliver Burn 889587fdd2 Updated the license file for the current year. All this legal license stuff is
a real drag. :-(
2003-06-09 07:48:20 +00:00
Oliver Burn 99ed7a7d2c bug-750348: added check for typecast parens. Involved
a bit of refactoring.
2003-06-09 06:20:19 +00:00
Oliver Burn 75a289111e bug-750348: removed broken support for checking typecasts 2003-06-09 05:17:39 +00:00
Oleg Sukhodolsky e2b680ab7e Corrected package name for AnonInnerLength. 2003-06-07 16:25:48 +00:00
Lars Kühne bd5093dcc1 added new feature AnonInnerLength 2003-06-07 08:38:42 +00:00
Lars Kühne 8499348b9a added docs for AnonInnerLength 2003-06-07 08:33:46 +00:00
Oleg Sukhodolsky 7a8113d383 Package names corrected in config documentation. 2003-06-07 08:18:25 +00:00
Rick Giles 679f818267 fixed NumberFormatException in MagicNumberCheck (bug 748913) 2003-06-04 16:08:36 +00:00
Oleg Sukhodolsky a395eeeb9b fix for 748028 (PackageName documentation error). Removing one extra slash from default value of format property. 2003-06-03 11:51:32 +00:00
Rick Giles 4981978ee2 Corrected bug 747530, inner class fields interpreted as local variables.
Incorporated catch parameters as local variables.
2003-06-02 18:06:35 +00:00
Rick Giles 17f01c9f0c fixed bug 747400, EmptyBlock does not accept stmt option 2003-06-02 09:17:59 +00:00
Oleg Sukhodolsky 40de78da0f ArrayTrailingComma added to Checkstyle style.
All new failures fixed.
2003-06-01 00:13:22 +00:00
Rick Giles 2cd7daccf2 minor improvement in severity example 2003-05-31 13:42:51 +00:00
Rick Giles e01e5e09c1 added docs for severity (bug 745937) 2003-05-31 12:17:41 +00:00
Lars Kühne 4331cca642 small fixes 2003-05-31 04:57:23 +00:00
Oleg Sukhodolsky 1878e21451 Added check for uncommented main methods (debugging leftovers). (module UncommentedMain,request 732257) 2003-05-30 19:35:55 +00:00
Rick Giles e8ad93aea6 corrected false MagicNumberCheck errors for interfaces (bug 745941)
MagicNumberCheck now checks array initializers. (request 745949)
2003-05-30 10:37:35 +00:00
Lars Kühne 38b9cdcf6e fixed bug #743973, typo in HideUtilityClassContructor docs 2003-05-29 06:19:05 +00:00
Oleg Sukhodolsky 55512ae033 Added check for trailing comma in array initialization. (module ArrayTrailingComma, request 696301) 2003-05-29 03:30:44 +00:00
Rick Giles 45ce38623f finish custom listeners documentation 2003-05-28 11:56:41 +00:00
Oliver Burn 5133219581 Fixed NPE when running ArrayTypeStyle check (bug 744573) 2003-05-28 08:40:16 +00:00
Rick Giles 5599c68a82 added documentation for CommonsLoggingListener 2003-05-27 23:45:26 +00:00
Rick Giles f2b01a44a2 Added custom listener feature 2003-05-27 17:33:24 +00:00
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