RFR: 8270996: javadoc: missing comments in serialized classes [v2]
Andy Goryachev
angorya at openjdk.org
Thu Feb 29 18:39:03 UTC 2024
On Thu, 29 Feb 2024 17:24:53 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> missing
>
> modules/javafx.base/src/main/java/javafx/event/Event.java line 45:
>
>> 43: */
>> 44: @SuppressWarnings("doclint")
>> 45: public class Event extends EventObject implements Cloneable {
>
> I don't think we should suppress all warnings, especially at the class level.
for some reason I though it did not work -- corrected, fixed by suppressing the offending lines only with `@SuppressWarnings("doclint:missing")`
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1386#discussion_r1508015767
More information about the openjfx-dev
mailing list