Fellow fop devs:

Our current checkstyle configuration has a setting for
"checkstyle.pattern.publicmember" = "^f[A-Z][a-zA-Z0-9]*$", which is the
checkstyle default. See (for example) datatypes/FODimension where public
members "ipd" and "bpd" are flagged by checkstyle for not fitting this
pattern. Changing "ipd" to "fIpd" fixes the problem. Before I refactor this
kind of item:

1. was this really our intent?
2. does anyone know what the "f" stand for?
3. checkstyle actually suggests that "Variable 'ipd' must be private and
have accessor methods." Perhaps this is our preferred solution?

Victor Mote


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to