Commit Graph

1346 Commits

Author SHA1 Message Date
Oliver Burn b106dad438 Fix the GUMP failures 2003-06-01 10:36:28 +00:00
Oliver Burn f3153d3398 cleanup 2003-06-01 10:29:34 +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
Rick Giles 24669551e0 performance: don't concatenate Strings in a loop 2003-05-31 10:02:19 +00:00
Lars Kühne 4331cca642 small fixes 2003-05-31 04:57:23 +00:00
Rick Giles a2ed8a53c5 efficiency improvement - don't go up the tree twice. 2003-05-30 20:41:00 +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
Oleg Sukhodolsky 4628bc229d removing unneded ^M, which cause test failure on Windows 2003-05-30 06:20:56 +00:00
Rick Giles 6625258bde cleanup 2003-05-29 09:26:49 +00:00
Rick Giles d5e08f7cb1 increase test coverage 2003-05-29 09:17:34 +00:00
Lars Kühne 38b9cdcf6e fixed bug #743973, typo in HideUtilityClassContructor docs 2003-05-29 06:19:05 +00:00
Oliver Burn aa8763be0e cosmetics 2003-05-29 04:09:55 +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
Rick Giles 567f15c79a instantiate custom listeners from the task's classpath 2003-05-28 11:56:02 +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
Rick Giles bd503e1576 new version value 2003-05-27 16:12:17 +00:00
Oliver Burn eaa7b83bc9 Add template for the next release 2003-05-27 10:21:41 +00:00
Rick Giles 7dd1ab24d1 Moved AuditEvent and AuditListener to api package in preparation
for enabling users to write listeners.
2003-05-26 21:52:10 +00:00
Oliver Burn e76a039c39 Re-added Japanese translation. Thanks to Kazutaka Takahashi [kaz-taka AT xb3
DOT so-net DOT ne DOT jp]
2003-05-25 12:02:04 +00:00
Oliver Burn 73401dcb38 Updated translations - thanks Pedro (not Dados:-) 2003-05-23 10:47:19 +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 da90e637e3 Updated translations - thanks Lars 2003-05-23 05:25:57 +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
Oliver Burn 929dc770ef Removed messages that were in English. 2003-05-23 00:24:22 +00:00
Rick Giles 9bb2ad91c9 renamed DesignForInheritanceCheck to DesignForExtensionCheck 2003-05-22 23:25:22 +00:00
Oleg Sukhodolsky 3925906fae fix for DetailAST's parent problem 2003-05-22 11:48:04 +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
Rick Giles 73b6af97e4 Enhancements by Dale King, RFE 740545 2003-05-20 16:23:32 +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
Oleg Sukhodolsky 860bc141c5 removing trailing whitespace 2003-05-20 10:39:58 +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
Oleg Sukhodolsky e24b549624 Indentation:
One more bug fix to make.
Now IndentationCheck accepts
new int[] {1, 2,
           3};

but rejects
new int[] { 1,
    2, 3};

It's temporary fix to make Checkstyle's sources clear
from Indentation check posint of view.
2003-05-19 19:24:19 +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
Oliver Burn 9b86619fca Fix bug where not closing the file. 2003-05-19 03:19:52 +00:00
Oleg Sukhodolsky 7d38133e43 Indentation:
Remove unneeded overloading.
One more bug fix.
One more testcase.
2003-05-18 20:20:24 +00:00
Oleg Sukhodolsky 661a9b0ddb Cosmetic changes in ExpressionHandle and LineSet.
Fixed bug with:
if (foo()
    || con1
    || con3)
{
}

Input for unit-test modified.
2003-05-18 18:48:27 +00:00
Lars Kühne 7347cc361b added tests for InterfaceIsType check 2003-05-18 07:46:19 +00:00