Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 14
-
Fix Version/s: 14
-
Component/s: security-libs
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b18
Description
Ahead of augmenting javac's serial lint checks under JDK-8160675, it would be helpful to mark fields in security libs classes where the class is serializable, but a non-transient instance field does *not* have a serializable type.
Such classes may have difficulties being serialized at runtime.
Analogous work in the core libraries is being done underJDK-8231202.
Such classes may have difficulties being serialized at runtime.
Analogous work in the core libraries is being done under
Attachments
Issue Links
- relates to
-
JDK-8231334 Suppress warnings on non-serializable instance fields in client libs serializable classes
-
- Resolved
-
-
JDK-8231368 Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
-
- Resolved
-
-
JDK-8231202 Suppress warnings on non-serializable non-transient instance fields in serializable classes
-
- Resolved
-
-
JDK-8274393 Suppress more warnings on non-serializable non-transient instance fields in security libs
-
- Resolved
-
-
JDK-8160675 Issue lint warning for non-serializable non-transient instance fields in serializable type
-
- Resolved
-