http://java.sun.com/docs/codeconv/CodeConventions.pdf
Section 10.2
Best regards,
David Gilbert
http://www.jfree.org/
On 30/11/2011 20:21, Phil Race wrote:
Mario,
What is the warning that this fixes ? What is the reasoning ?
I'm supposing referencing a class constant via an instance is
somehow considered bad form but who made that call ?
-phil.
On 11/30/2011 10:57 AM, Mario Torre wrote:
This is the patch against the main jdk8 forest repository:
http://cr.openjdk.java.net/~neugens/warning-hackaton/webrev.02/
Btw, there is also an unused import which doesn't really issues a
warning but I thought to clean it as well.
Cheers,
Mario