RFR: JDK-8276892: Provide a way to emulate exceptional situations in FileManager when using JavadocTester [v5]

Jonathan Gibbons jjg at openjdk.java.net
Fri Dec 24 01:21:16 UTC 2021


On Fri, 24 Dec 2021 01:10:39 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> test/langtools/jdk/javadoc/lib/javadoc/tester/TestJavaFileManagerBuilder.java line 65:
>> 
>>> 63:  * by method and predicate and then dynamically build the set of methods to be used for
>>> 64:  * a file object by filtering the methods by their applicable predicate.
>>> 65:  */
>> 
>> These 1.5 paragraphs seem no longer relevant.
>
>> [snip]. Update the copyright years before integrating.
> 
> Done

> These 1.5 paragraphs seem no longer relevant.

I think the comments are still useful/relevant because the most recent change was just about avoid the use of a predicate as a map key, but the ordered list off predicates is still there, albeit in a slightly different form.

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

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


More information about the javadoc-dev mailing list