On Wed, 28 Jul 2021 23:25:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> > > I think `getProperty()` and `getConverter()` should be fixed in this PR. > > > > > > There could be more methods like that. Maybe the script should check > > specifically for a missing summary? > > We just used the `javadoc` tool to find them, so would need support from the > `javadoc` tool itself. I looked through all of the docs and only found one > more: `ParsedValue.getValue()`. I found few more such methods in javafx.css package using "find in files" in my editor and fixed them. - CssMetaData.getProperty() - CssMetaData.getConverter() - ParsedValue.getValue() - PseudoClassImpl.getPseudoClassName() - PseudoClassImpl.toString() - SimpleSelector.getPseudoclasses() Interestingly this is not only limited to javafx.css package, but spread across all JavaFX modules. I have filed [JDK-8271460](https://bugs.openjdk.java.net/browse/JDK-8271460) for fixing this. ------------- PR: https://git.openjdk.java.net/jfx/pull/589