Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-05 Thread Kevin Rushforth
On Tue, 5 Mar 2024 02:41:54 GMT, Prasanta Sadhukhan wrote: > So, that @SuppressWarnings("serial") // Same-version serialization only would > be addressed as javac lint warning JBS? Yes. I filed [JDK-8327170](https://bugs.openjdk.org/browse/JDK-8327170) as an umbrella task to address javac lin

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-04 Thread Prasanta Sadhukhan
On Thu, 29 Feb 2024 23:56:06 GMT, Andy Goryachev wrote: >> Adding `@SuppressWarnings("doclint:missing")` to the lines in Serializable >> classes that generated javadoc's "missing comments" warning. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-04 Thread Prasanta Sadhukhan
On Fri, 1 Mar 2024 17:11:00 GMT, Kevin Rushforth wrote: >> FYI: after merging this and #1384 together all I see in the build log are 4 >> native warnings (on macOS): >> >> >> /Users/angorya/Projects/jfx-1/jfx/rt/modules/javafx.graphics/src/main/native-prism-es2/macosx/MacOSXWindowSystemInterfa

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-01 Thread Kevin Rushforth
On Fri, 1 Mar 2024 16:19:14 GMT, Andy Goryachev wrote: >> This PR is addressing doclint warnings, not javac lint warnings. javac >> warnings can be addressed in a follow-up bug. > > FYI: after merging this and #1384 together all I see in the build log are 4 > native warnings (on macOS): > > >

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-01 Thread Andy Goryachev
On Fri, 1 Mar 2024 13:05:23 GMT, Kevin Rushforth wrote: >> modules/javafx.swing/src/main/java/javafx/embed/swing/JFXPanel.java line 142: >> >>> 140: * future Swing or JavaFX releases. The current serialization support >>> is >>> 141: * appropriate for short term storage or RMI between applica

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-03-01 Thread Kevin Rushforth
On Fri, 1 Mar 2024 03:49:20 GMT, Prasanta Sadhukhan wrote: >> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comments > > modules/javafx.swing/src/main/java/javafx/embed/swing/JFXPanel.java line 142: > >> 140: *

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-02-29 Thread Prasanta Sadhukhan
On Thu, 29 Feb 2024 23:56:06 GMT, Andy Goryachev wrote: >> Adding `@SuppressWarnings("doclint:missing")` to the lines in Serializable >> classes that generated javadoc's "missing comments" warning. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-02-29 Thread Kevin Rushforth
On Thu, 29 Feb 2024 23:56:06 GMT, Andy Goryachev wrote: >> Adding `@SuppressWarnings("doclint:missing")` to the lines in Serializable >> classes that generated javadoc's "missing comments" warning. > > Andy Goryachev has updated the pull request incrementally with one additional > commit since

Re: RFR: 8270996: javadoc: missing comments in serialized classes [v3]

2024-02-29 Thread Andy Goryachev
> Adding `@SuppressWarnings("doclint:missing")` to the lines in Serializable > classes that generated javadoc's "missing comments" warning. Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision: review comments - Changes: