Commit Graph

1548 Commits

Author SHA1 Message Date
Oleg Sukhodolsky 92d37dd95e Applying patch 783672 (Package names.xml documentation). 2003-08-26 16:21:11 +00:00
Oleg Sukhodolsky 76f1dd84bf Added JUnitTestCase check. (request 750761). 2003-08-25 18:12:12 +00:00
Oleg Sukhodolsky bdaf63e08c Added PackageDeclaration check. (request 750753). 2003-08-22 15:24:27 +00:00
Rick Giles 3c53211c86 removed duplication of RemoteHomeInterfaceCheckTest 2003-08-22 09:37:26 +00:00
Oleg Sukhodolsky 4aaa7623e5 Fix for gump-build failure.
To Rick: Could you please look at this (I'm not a big expert in j2ee)
2003-08-21 21:16:52 +00:00
Oleg Sukhodolsky 67da361a9a illegalClassNames property added to IllegalCatch check. 2003-08-21 20:55:19 +00:00
Oleg Sukhodolsky 9aa9d75107 IllegalCatchCheck (request 750746). 2003-08-21 20:04:46 +00:00
Oleg Sukhodolsky 5bac11f295 Release notes update 2003-08-20 11:50:57 +00:00
Rick Giles d468d6151d minor grammar corrections 2003-08-20 11:49:08 +00:00
Rick Giles 5c9578a108 Removed finder restrictions of LocalHomeInterfaceCheck and RemoteHomeInterfaceCheck (bug 791591) 2003-08-20 10:07:01 +00:00
Oleg Sukhodolsky 1d0c8e6e0e Documentation for DescendantToken check 2003-08-19 16:45:47 +00:00
Oleg Sukhodolsky 9837e5b5c1 MissingSwitchDefault check is refactored to use DescendantToken check 2003-08-19 10:44:12 +00:00
Oleg Sukhodolsky d3ca2e08b4 Two more tests for DescendantToken check 2003-08-19 10:42:18 +00:00
Oleg Sukhodolsky 5eff1cc83c More tests for DescendantToken check. 2003-08-19 09:31:08 +00:00
Oleg Sukhodolsky 6cee5e024e Moving DescendantToken check to main distribution. 2003-08-19 06:20:47 +00:00
Oleg Sukhodolsky 1d1ff53c20 Moving DescendantToken check to main distribution. 2003-08-19 06:15:20 +00:00
Oleg Sukhodolsky b3f2169626 Fix for gump failure. 2003-08-19 05:20:07 +00:00
Oleg Sukhodolsky 0855fff95e Fix for NoSuchMethodError when line wrapped at dot operator (bug 790209) 2003-08-19 04:54:31 +00:00
Rick Giles dc3fc5fab0 Added property to HiddenFieldCheck to ignore the parameter of
property setter methods (request 790456).
2003-08-18 12:27:55 +00:00
Rick Giles af1b996a4e fixed bug 787672, NullPointerException in Unused... checks 2003-08-16 10:54:41 +00:00
Rick Giles 60847a32d5 fixed bug 788106, MagicNumberCheck does not permits negative constants 2003-08-13 23:59:39 +00:00
Oleg Sukhodolsky 7f7db38a09 IndentationCheck: Some refactoring and fixes for some TODOs and bugs. 2003-08-12 19:19:00 +00:00
Rick Giles 113ea8405c Corrected RedundantModifierCheck error for public modifier of a
method defined in an inner implementation (bug 784814).
2003-08-10 10:39:33 +00:00
Rick Giles 927ec62235 fixed NoSuchElementException in JavadocStyleCheck (bug 785514) 2003-08-09 16:46:25 +00:00
Lars Kühne e9cc31b2ec added docs for duplicate code detection 2003-08-09 06:30:58 +00:00
Lars Kühne d974a457e1 use 3.x instead of 3.0 as the upgrade target 2003-08-09 05:46:50 +00:00
Oleg Sukhodolsky 15b8debf99 Fix for 784015 (Unable to get class information errors). 2003-08-07 08:46:51 +00:00
Lars Kühne bb1db4938c fixed bug #772832, Confusion about class named 'Boolean' 2003-08-03 13:22:44 +00:00
Rick Giles 2d1687465f minor technical correction to documentation 2003-08-02 15:57:55 +00:00
Rick Giles 1fd06d9c06 Added example of checking for leading '0' in an integer literal. 2003-08-02 15:53:00 +00:00
Oleg Sukhodolsky ce1a536b29 duplicates package added to checkstyle_packages.xml Added file filtering to StrickDuplicateCodeCheck 2003-08-02 12:05:49 +00:00
Oleg Sukhodolsky cd89321522 Refactoring of RedundantThrows and JavadocMethod checks to minimize
number of "Unable to get class info" errors.
2003-08-02 12:02:31 +00:00
Oleg Sukhodolsky 1c7341013d fixed typo in config file. 2003-07-29 09:05:28 +00:00
Rick Giles 3535f542dc Added a check for illegal token text (requests 740694 and 750633) 2003-07-26 20:16:24 +00:00
Rick Giles 8a12b000f2 Added MethodLengthCheck option for counting empty and comment lines (requests 589358 and 654039). 2003-07-26 11:32:38 +00:00
Rick Giles ee8467d367 Corrected EmptyForIteratorPadCheck errors when line wrap occurs
at the iterator, bug 777471
2003-07-25 16:13:32 +00:00
Rick Giles 4a0b798adb Correct Checkstyle errors. 2003-07-23 22:28:19 +00:00
Rick Giles bd6eaf0dd8 Xpath semantics for checking paths in syntax tree. 2003-07-23 14:22:41 +00:00
Oleg Sukhodolsky 76ed2bf2d6 normallize() has been copied and adopted from ant's sources. 2003-07-23 13:35:00 +00:00
Rick Giles 89188bf3eb minor HTML correction 2003-07-21 19:13:10 +00:00
Rick Giles 6e1e8b738d Removed redundant final modifier for methods in a final class. 2003-07-21 19:08:09 +00:00
Rick Giles 3ed2fd68f8 Enhanced RedundantModifier to check that all private methods and all methods in a
final class do not contain modifier final (discussed in request 775011)
2003-07-21 19:05:13 +00:00
Rick Giles 8acc405dd3 Tim Tyler's check for descendant token counts 2003-07-20 13:57:58 +00:00
Oleg Sukhodolsky e4eebb4d88 Made basedir property of Checker OS agnostic (663149) 2003-07-20 08:30:25 +00:00
Oleg Sukhodolsky 57ea0b6a11 Made basedir property of Checker OS agnostic (663149) 2003-07-20 08:17:36 +00:00
Rick Giles dd477210ae Custom listeners can be incorported as config modules,
not command line arguments and ant task elements.
2003-07-18 11:31:45 +00:00
Rick Giles 1846dacad6 field name change 2003-07-18 09:57:11 +00:00
Rick Giles 7c22cbca32 updated example 2003-07-16 10:21:47 +00:00
Rick Giles 524dd37a5b documentation for Filter/FilterSet 2003-07-16 10:20:46 +00:00
Rick Giles 27235bb91e update SeverityMatchFilter 2003-07-16 10:19:49 +00:00