RFR: JDK-8273154: Provide a JavadocTester method for non-overlapping, unordered output matching [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Wed Oct 20 17:50:06 UTC 2021
On Fri, 1 Oct 2021 15:19:18 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>>
>> - Merge with upstream/master
>> - JDK-8273154: Provide a JavadocTester method for non-overlapping, unordered output matching
>
> test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java line 1053:
>
>> 1051: .collect(Collectors.joining("\n")));
>> 1052: return this;
>> 1053: }
>
> Same question as for L1025-L1030.
Same answer ;-)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5743
More information about the javadoc-dev
mailing list