On Fri, 1 Oct 2021 15:48:56 GMT, Pavel Rappo <[email protected]> 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 four commits:
>>
>> - Add, `checkAnyOf`, update `checkUnique`, reformat some comments
>> - Merge remote-tracking branch 'upstream/master' into
>> 8273154.JavadocTester-checker
>> - 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 540:
>
>> 538: checking("checkOutput");
>> 539: // Find string in file's contents
>> 540: boolean isFound = findString(fileString, stringToFind);
>
> Since you deleted checkOutput, which was the only user of `findString(String,
> String)`, consider also deleting `findString(Stirng, String)`.
Noted
-------------
PR: https://git.openjdk.java.net/jdk/pull/5743