classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /classpath java/awt/font/OpenType.java ChangeLog


From: Sascha Brawer
Subject: Re: /classpath java/awt/font/OpenType.java ChangeLog
Date: Tue, 12 Aug 2003 07:52:47 +0200

Tom Tromey <address@hidden> wrote on Mon, 11 Aug 2003 10:48:23 -0600:

>>      classpath/java/awt/font: OpenType.java 
>>      Declare OpenType tags as 'public static final'.
>
>Please revert this patch.  Fields in an interface are implicitly
>public, static, and final; see JLS 9.3. Our coding standard is not to
>add the unnecessary modifiers.

I know about the implicit modifiers for interface fields, but I am a bit
surprised that omitting them would be our coding standard. Is it a good
idea to omit declarations that, while technically redundant, make the
code easier to understand?

But then, we all have other things to do than arguing about matters of
taste, so I've reverted the change.

-- Sascha

Sascha Brawer, address@hidden, http://www.dandelis.ch/people/brawer/ 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]