Re: Troubles with java11 docs

2018-10-01 Thread Jonathan Gibbons
Martin, Finding and fixing broken links continues to be a priority for us as well. Regrettably, there is a lot of technical debt in this area, and sometimes the noise of the "minor" errors drown out the signal of the more significant errors. -- Jon On 10/01/2018 03:40 PM, Martin Buchholz wro

Re: Troubles with java11 docs

2018-10-01 Thread Martin Buchholz
I am a lot happier after discovering Priya's fix in progress! (but after all these years my top priority for java documentation remains ensuring that the process makes broken links impossible, like a compile-time error in the java source) On Mon, Oct 1, 2018 at 3:06 PM, Michel Trudeau wrote: >

Re: Troubles with java11 docs

2018-10-01 Thread Michel Trudeau
This appear to be a dup of [1], we will verify and make sure it is before closing the issue as such. Also, we will evaluate the backport. -Michel [1] https://bugs.openjdk.java.net/browse/JDK-8205593 On Sep 30, 2018, at 9:56 PM, Martin Buchholz wrote: I found https://bugs.openjdk.java.net/br

Re: JDK 9 javax.lang.model.type.Type

2018-10-01 Thread Jonathan Gibbons
Sam, You are not missing anything; there is a typo on that page. You are correct that the common supertype for all types in javax.lang.model is TypeMirror, not Type. I will file a bug to fix the error. -- Jon On 9/30/18 8:15 PM, Sam Lijin wrote: Hi all, Hopefully I've gotten the right ma

JDK 9 javax.lang.model.type.Type

2018-10-01 Thread Sam Lijin
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 successor to com.sun.javadoc.Type class is javax.lang.model.type.Type. This type doesn't seem to e