On Fri, 20 Aug 2021 18:03:12 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.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlStyle.java > line 87: > >> 85: snippet, >> 86: //</editor-fold> >> 87: > > Suggest removing the editor-fold comments. It'll be listed as > not-yet-categorized by virtue of being in the initial list. > > If the code generates standard styles, they should be listed here, so that > they get documented in the sometime-forthcoming stylesheet spec. Fixed in 731a1a6be1a. ------------- PR: https://git.openjdk.java.net/jdk/pull/4795