Re: RFR: JEP 359-Records: javadoc code

2019-11-13 Thread Jonathan Gibbons
On 10/31/19 7:18 AM, Remi Forax wrote: For nested classes, on the other hand, I’m not quite as sure. The rule about “nested records are implicitly static” is a little more subtle than the one about finality. I will just add that enums have exactly the same rule, an enum is always static when

RFR: JDK-8233874: javadoc crashes when handling an HTML file in a module doc-files subdirectory

2019-11-13 Thread Jonathan Gibbons
Please review a relatively simple update to fix a javadoc crash that could be caused by putting HTML files in a doc-files subdirectory for a module. The crash occurred because of a "not supported" check that protected against an underlying NPE in a method in javax.lang.model.util.Elements tha