[jfx17] RFR: 8250590: Classes and methods in the javafx.css package are missing documentation

Ajit Ghaisas aghaisas at openjdk.java.net
Tue Jul 27 10:02:35 UTC 2021


On Mon, 26 Jul 2021 19:05:51 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> This PR corrects/adds missing documentation for classes in javafx.css package.
>
> modules/javafx.graphics/src/main/java/javafx/css/converter/EffectConverter.java line 83:
> 
>> 81:     /**
>> 82:      * Converter to convert DropShadow {@code Effect}
>> 83:      * @since 9
> 
> Good catch on the `@since 9` tag. I'm a little surprised it doesn't inherit the `@since` from the enclosing class if not present in the nested class, but I can see that it doesn't. So we'll to check the docs of all nested classes to make sure that there aren't any missing.

This can only be checked manually.
I have checked and added the @since tag to these *Converter nested classes.

-------------

PR: https://git.openjdk.java.net/jfx/pull/589


More information about the openjfx-dev mailing list