Commit Graph

1365 Commits

Author SHA1 Message Date
Oleg Sukhodolsky 7d5a2853eb Grammar improvement.
Now STATIC_INIT node should have correct line and column numbers.
2003-06-05 07:09:08 +00:00
Oliver Burn 32d19d6801 Refactored the Design checks 2003-06-04 23:52:04 +00:00
Rick Giles 679f818267 fixed NumberFormatException in MagicNumberCheck (bug 748913) 2003-06-04 16:08:36 +00:00
Oliver Burn ec6582beb1 Refactored the Sizes checks 2003-06-04 12:23:29 +00:00
Oliver Burn 2e8126e990 Refactored the Whitespace checks 2003-06-04 11:55:29 +00:00
Oliver Burn 3bd6412e39 Refactored the Block checks 2003-06-04 10:42:47 +00:00
Oliver Burn a0844ab125 Refactoring naming checks 2003-06-04 09:31:00 +00:00
Oliver Burn d80cbf6104 Moved the Naming checks to a sub-package. I had some
spare time between meetings today.
2003-06-04 07:14:41 +00:00
Oleg Sukhodolsky 03ac7a0878 cosmetic change to please javadoc tool 2003-06-04 04:21:49 +00:00
Oliver Burn ddb334d9e4 Moved the Import checks to a sub-package. That is all
the refactoring I have time for over the next few days.
2003-06-03 14:13:22 +00:00
Oliver Burn 04ac5dd87c Moving another Javadoc check to see what is involved.
A suprisingly small amount. Love the Eclipse refactoring
support having the smarts to do the CVS operations.
2003-06-03 13:51:29 +00:00
Oliver Burn 2ef6dc6a43 Moving another Javadoc check to see what is involved.
A suprisingly small amount. Love the Eclipse refactoring
support having the smarts to do the CVS operations.
2003-06-03 13:33:59 +00:00
Oliver Burn 7f0e2b8f92 Moving the JavadocVariableCheck to see what is involved. 2003-06-03 13:24:18 +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
Oleg Sukhodolsky 4409b0f243 Indentation.
Now the check allows both
new int[] {1,
           2}
and
new int[] {1,
    2}
Indent styles.
2003-06-03 03:37:33 +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 c1bc1ef555 correction of stmt option 2003-06-02 14:29:24 +00:00
Rick Giles 17f01c9f0c fixed bug 747400, EmptyBlock does not accept stmt option 2003-06-02 09:17:59 +00:00
Rick Giles 759817b5a8 corrected option STMT, bug 747400 2003-06-02 09:09:25 +00:00
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