Suggestion: javadoc 'FRAMES' link uses '#' instead of '?'

2014-07-23 Thread Zhong Yu
e mod to javadoc as a proof of concept, for example, see the 'FRAME' link on this page: http://bayou.io/release/0.9/javadoc/bayou/async/Async.html Zhong Yu bayou.io

Re: Testing Apache Ant against JDK 8 EA builds

2014-01-22 Thread Zhong Yu
of javadoc as a tool. Strict compliance should be an opt-in for the tiny minority who do care. Zhong Yu On Mon, Jan 6, 2014 at 3:22 PM, Jonathan Gibbons wrote: > > On 12/23/2013 04:40 AM, Rory O'Donnell Oracle, Dublin Ireland wrote: >> >> Hi Stefan, >> >> C

Re: Testing Apache Ant against JDK 8 EA builds

2014-01-22 Thread Zhong Yu
On Tue, Jan 7, 2014 at 1:56 AM, Zhong Yu wrote: > I had a comment here: > http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019308.html > > Regarding strict HTML 4.01 compliance - majority of people don't care. > If javadoc takes a moral stand on this issue, a l

Javadoc - group static methods?

2012-12-04 Thread Zhong Yu
s are factory methods like ByteBuffer.allocate(), 641 are utility methods in utility classes like Math.max(), and the remaining 377 are like Character.isLowerCase() - utility methods in non-utility classes. Zhong Yu