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

2018-10-02 Thread Jonathan Gibbons
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

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

2018-10-02 Thread Jonathan Gibbons
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

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