This is the mail archive of the java-patches@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: [patch] Fix declaration of BeanInfo constants


>>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:

>> A field in an interface is implicitly `public static final'.
>> Our coding standard is to omit the redundant modifiers.
>> So, these shouldn't be needed.

Jerry> OK.  Then this is another limitation in the JAPI analyzer.
Jerry> Maybe I'll get serious about looking at it.

JAPI reads .class files, so occasionally this indicates a bytecode
generation bug and not a JAPI bug.  It's worth looking at the class
files to see.

Tom


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