This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Inner classes question


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]