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


Tom Tromey writes:
 > Jerry> Make these constants match the JDK 1.4.2 docs.
 > Jerry> 2004-06-30  Jerry Quinn  <jlquinn@optonline.net>
 > Jerry> 	* java/beans/BeanInfo (ICON_COLOR_16x16, ICON_COLOR_32x32,
 > Jerry>         ICON_MONO_16x16, ICON_MONO_32x32): Make public static final.
 > 
 > 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.

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

Jerry


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