RFR: JDK-6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec) [v5]

Jonathan Gibbons jjg at openjdk.java.net
Tue May 24 21:07:56 UTC 2022


On Tue, 3 May 2022 22:14:35 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocFinder.java line 277:
>> 
>>> 275: 
>>> 276:     private static boolean isNonEmpty(List<? extends DocTree> list) {
>>> 277:         return list != null && !list.isEmpty();
>> 
>> `output.inlineTags` should never be null. Separately, can this readability change be done in a separate PR? I do have one suitable PR in the works, which can include it.
>
> I'll back out these lines as long as the tests still pass.

done

-------------

PR: https://git.openjdk.java.net/jdk/pull/8439


More information about the compiler-dev mailing list