RFR: 8274405: Suppress warnings on non-serializable non-transient instance fields in javac and javadoc
Joe Darcy
darcy at openjdk.java.net
Wed Sep 29 17:52:32 UTC 2021
On Wed, 29 Sep 2021 17:35:03 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>
>
> Is there any semantic difference between "not statically Serilizable" and "not a Serilizable type"? Also, there's a typo: Seri-a-lizable.
Same semantics. The first phase of this cleanup used "not statically Serilizable"; however, I thought "not a Serilizable type" is a more precise statement. I can make a pass over the PR and make the wording consistent in the new comments.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5728
More information about the compiler-dev
mailing list