Commit Graph

14 Commits

Author SHA1 Message Date
Lars Kühne 22d78fa990 copyright year 2004 2004-04-12 11:32:47 +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
Lars Kühne bf6758b29d documentation improvements from Peter Dobratz 2003-05-11 07:31:23 +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
Oliver Burn 308d5b0294 Patch from Oleg Sukhodolsky to add FinalCheck to check that classes are
declared final if they only contain private constructors (request 696290).

Quite like the use of the visit/leave token methods.
2003-04-18 08:37:34 +00:00
Oliver Burn d1eb126cae Patch from Peter Dobratz to make the file xhtml compliant. 2003-03-27 12:12:02 +00:00
Lars Kühne 4b2f2e628d changed RedundantModifierCheck to allow token configuration and to simplify implementation 2003-01-19 08:01:13 +00:00
Lars Kühne 2440fa45b2 removed PublicMemberNameCheck, check public members with MemberNameCheck
updated docs to reflect that change
2002-12-30 14:58:12 +00:00
Lars Kühne 5ce6ad4df6 ModifierCheck to ModifierOrderCheck 2002-12-29 08:46:55 +00:00
Lars Kühne 2674c0cb24 VisibilityModifier didn't have the set of allowed names that were mentioned in the docs,
which is OK since that can be done by pattern matching.
Replaced the f-pattern with serialVersionUID and fixed the docs and tests accordingly.
2002-12-22 08:34:45 +00:00
Rick Giles d66b4752df added Parent Module links 2002-12-19 18:58:39 +00:00
Rick Giles 8ccfddcd2d version 3.0 documentation and minor corrections 2002-12-19 00:04:37 +00:00
Rick Giles 5231c6334c version 3.0 documentation and minor changes 2002-12-18 20:59:58 +00:00
Oliver Burn 47f3495932 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 12:17:29 +00:00