Inner classes question
Tom Tromey
tromey@redhat.com
Fri Feb 11 20:50:00 GMT 2005
>>>>> "Norman" == Norman Hendrich <hendrich@informatik.uni-hamburg.de> writes:
Norman> However, gcj complains about a few of my classes that can be simplified
Norman> down to the following two (very similar) cases:
Could you file this in gcc bugzilla?
Norman> Admittedly, rewriting the classes with better variable names
Norman> or using getter/setter-methods seems the best solution.
You really shouldn't have to try to avoid the names of private fields
in superclasses. That way lies madness.
Tom
More information about the Java
mailing list