Please review a small fix, and medium test, that fixes hundreds(!) of broken
links in the JDK API documentation.
The broken links in question are generally all in the javax.swing.**
packages,
and are the "See Serialized Form" links in class documentation pages to the
serialized-form page. The p
Looks good.
-- Jon
On 09/27/2018 01:57 AM, Priya Lakshmi Muthuswamy wrote:
Hi Jon,
Thanks for the review.
Updated webrev :
http://cr.openjdk.java.net/~pmuthuswamy/8208531/webrev.01/
I have verified the testcase with JavaFX.
Thanks,
Priya
On 9/27/2018 3:39 AM, Jonathan Gibbons wrote:
On
Sam,
As a general rule, we do not publish updates to the API documentation.
-- Jon
On 10/02/2018 04:21 PM, Sam Lijin wrote:
Thanks. Is there any chance that the published javadocs for jdk 9 will
see the update?
No idea what that release process is like, hence the question.
On Tue, Oct 2, 20
On 10/02/2018 06:54 AM, Nir Lisker wrote:
Hi,
Many static methods are used to obtain an instance of a class,
functioning as a de-facto constructor and sometimes replacing it
altogether. These are factory or builder methods and the like.
The problem is that while they function as constructo
Sam,
This was already fixed in JDK 10.
-- Jon
On 09/30/2018 08:15 PM, Sam Lijin wrote:
Hi all,
Hopefully I've gotten the right mailing list for this. I was digging
around in the JDK 9 Javadoc javadocs, and noticed something that
according to the package docs for jdk.javadoc.doclet, the succ
Hi,
Many static methods are used to obtain an instance of a class, functioning
as a de-facto constructor and sometimes replacing it altogether. These are
factory or builder methods and the like.
The problem is that while they function as constructors, they are hidden
between the rest of the metho