vmote 2003/07/14 10:31:18 Modified: . checkstyle.cfg Log: fix ugly little problem of having the same entry in the configuration twice, and wondering why changes to the first one are ineffective Revision Changes Path 1.6 +6 -2 xml-fop/checkstyle.cfg Index: checkstyle.cfg =================================================================== RCS file: /home/cvs/xml-fop/checkstyle.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- checkstyle.cfg 30 Jun 2003 19:21:17 -0000 1.5 +++ checkstyle.cfg 14 Jul 2003 17:31:18 -0000 1.6 @@ -64,7 +64,11 @@ checkstyle.ignore.public.in.interface = false checkstyle.allow.protected = yes checkstyle.allow.package = false -checkstyle.pattern.publicmember = ^f[A-Z][a-zA-Z0-9]*$ +# Note -- checkstyle.pattern.publicmember is documented in this location +# in the checkstyle documentation. However, it is also included in the "Naming +# Conventions" section above. Please do not add it here, as having two in the +# file will result in changes to only one being ignored (checkstyle appears to +# use the last definition). # Blocks checkstyle.ignore.braces = false
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
