On Fri, 20 Aug 2021 17:46:38 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/SnippetTree.java line > 32: > >> 30: /** >> 31: * A tree node for an {@code @snippet} inline tag, as specified by >> 32: * <a href="http://openjdk.java.net/jeps/413">JEP 413</a>. > > The reference to a JEP is unusual. The public spec for a snippet should be > in the tag spec. Fixed in 942b1e9874f1f103b75c9d1b737b289296254dc7. ------------- PR: https://git.openjdk.java.net/jdk/pull/4795