Re: RFR: 8274415: Suppress warnings on non-serializable non-transient instance fields in java.xml [v2]

2021-09-28 Thread Joe Darcy
On Tue, 28 Sep 2021 16:42:49 GMT, Joe Wang wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update copyrights. > > src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/PSVIAttrNSImpl.java > line 63: >

Re: RFR: 8274415: Suppress warnings on non-serializable non-transient instance fields in java.xml [v2]

2021-09-28 Thread Joe Darcy
> Augmentations to javac's Xlint:serial checking are out for review (#5709) and > the java.xml module would need some changes to pass under the expanded checks. > > The changes are to suppress warnings where non-transient fields in > serializable types are not declared with a type statically

Re: RFR: 8274415: Suppress warnings on non-serializable non-transient instance fields in java.xml

2021-09-28 Thread Joe Wang
On Tue, 28 Sep 2021 07:07:37 GMT, Joe Darcy wrote: > Augmentations to javac's Xlint:serial checking are out for review (#5709) and > the java.xml module would need some changes to pass under the expanded checks. > > The changes are to suppress warnings where non-transient fields in >

RFR: 8274415: Suppress warnings on non-serializable non-transient instance fields in java.xml

2021-09-28 Thread Joe Darcy
Augmentations to javac's Xlint:serial checking are out for review (#5709) and the java.xml module would need some changes to pass under the expanded checks. The changes are to suppress warnings where non-transient fields in serializable types are not declared with a type statically known to be