Re: Javadoc - group static methods?

2012-12-04 Thread Jonathan Gibbons
See http://bugs.sun.com/view_bug.do?bug_id=8002304 http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/522a1ee72340 -- Jon On 12/03/2012 11:18 AM, Zhong Yu wrote: Hi, would it make more sense in javadoc to group static methods and give them a distinct section? So we'll probably have sections

Javadoc - group static methods?

2012-12-04 Thread Zhong Yu
Hi, would it make more sense in javadoc to group static methods and give them a distinct section? So we'll probably have sections static fields static methods constructors instance fields instance methods Some stats: among public static methods in java.*, apparently 401 methods are fact

JEP 172: DocLint

2012-12-04 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/172 - Mark