Commit Graph

14 Commits

Author SHA1 Message Date
Rick Giles b07f845ac1 added IllegalTokenCheck, request 750755 2003-07-02 12:48:43 +00:00
Oleg Sukhodolsky 8de6dda16b Fix javadoc problem. 2003-06-29 10:04:52 +00:00
Oleg Sukhodolsky a30cd217f3 Implementation for NestedIfDepthCheck and NestedTryDepthCheck.
Thanks Simon.
2003-06-28 20:02:25 +00:00
Rick Giles 71d92d649f check that a class that defines a covariant equals method also overrides
equals(java.lang.Object)
2003-06-26 16:19:46 +00:00
Lars Kühne b19b59296f added docs for StringLiteralEquality 2003-06-26 04:43:28 +00:00
Oliver Burn 9920857810 Refactored the Coding checks 2003-06-15 12:39:40 +00:00
Rick Giles ca5c92f2e7 Added ignoreFormat property to HiddenFieldCheck (request 748830). 2003-06-12 17:30:23 +00:00
Lars Kühne 4331cca642 small fixes 2003-05-31 04:57:23 +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
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 7284e8aa42 magic number check. RFE 564206 2003-05-07 16:57:32 +00:00
Lars Kühne ebc06c9c2e added docs for EmptyStatement 2003-05-06 05:34:49 +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