On Fri, 20 Aug 2021 17:45:21 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> Pavel Rappo has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Pass through FIXMEs and TODOs >> >> Downgrades FIXMEs that do not mark *feature issues* to TODOs, or removes >> those FIXMEs completely. For example, unlike Style hierarchy, Action >> hierarchy won't benefit from becoming sealed. So the respective FIXME is >> removed. > > src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java > line 291: > >> 289: >> 290: /** >> 291: * Visits a SnippetTree node. > > There's been a recent update, and these class names should now be wrapped in > `{@code }` I was aware of that update and hoped to incorporate it properly with the next merge, which I've just done: e1dbd98dfa51f7568e787b1b72a6e30bfc6f4987 ------------- PR: https://git.openjdk.java.net/jdk/pull/4795