On Tue, 3 May 2022 22:14:35 GMT, Jonathan Gibbons <j...@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

Reply via email to