I have a style created that forces the use of "this" before instance
variables, but it seems to also want a "this" before constants (as in
public or private final static..) I can get rid of the error message
by prepending the class name, but that seems silly when I'm actually
in the class.
Is there a way to enforce "this" before instance variables, a class
name before constants defined in other classes, but allow static
variables to stand on their own?
Thanks,
Todd O'Bryan
|