RFR: JDK-8319300: Remove unused methods in WorkArounds and Utils
Pavel Rappo
prappo at openjdk.org
Thu Nov 2 11:21:03 UTC 2023
On Thu, 2 Nov 2023 10:16:10 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> Please review a simple removal of unused methods in `WorkArounds` and `Utils`.
>
> `Utils.findClass(Element,String)` was the principal entry point of this cluster of methods. It was last used by the `ThrowsTaglet` `inherit` method, but that code was removed in JDK-8295277.
Update the copyright year in WorkArounds.java and you're good to go.
-------------
Marked as reviewed by prappo (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16472#pullrequestreview-1710002992
More information about the javadoc-dev
mailing list