Re: Ability to list a method in the Constructors summary

2018-10-09 Thread Jonathan Gibbons
Nir, Thanks for setting this up; but being realistic, I don't see this going anywhere. The main problem is that it is not well-enough defined. Ask any one person and they may be able to give a well-defined answer, but they may not all be the same answer. For example, builders tend to be separ

Re: Ability to list a method in the Constructors summary

2018-10-09 Thread Nir Lisker
Hi again, The activity on the post has more or less stopped. You can read what people wrote (the points of a comment indicates the amount of people who agree with it give or take). I found it an interesting read. To summarize, the majority prefer a JavaDoc comment tag and that the factory and bui

RFR: 8210405: Javadoc search doesn't always consider full input upon Enter

2018-10-09 Thread Hannes Wallnöfer
Please review: Bug: https://bugs.openjdk.java.net/browse/JDK-8210405 Webrev: http://cr.openjdk.java.net/~hannesw/8210405/webrev.00/ The fix consists of increasing the autocomplete delay from 100 to 300 ms which is the recommended/default value for the jQuery UI autocomplete widget. API docs gen