RFR: 8313403: Remove unused 'mask' field from JFormattedTextField

Alexey Ivanov aivanov at openjdk.org
Wed Sep 20 11:35:43 UTC 2023


On Thu, 17 Aug 2023 21:37:17 GMT, Phil Race <prr at openjdk.org> wrote:

>> The private field `mask` is never used in `JFormattedTextField`.
>> 
>> I couldn't find any usages of the field, including JNI. Therefore, it is safe to remove.
>
> Marked as reviewed by prr (Reviewer).

> @prrace could you confirm, please? No CSR is required to remove an unused private field from classes in Swing because the specification for Swing classes states, “Serialized objects of this class will not be compatible with future Swing releases.”
> 
> I believe your approval means just that. I still want an additional confirmation to avoid any confusion.
> 
> It is to resolve @mrserb's concern raised above.

I haven't gotten any reply…

The PR has two approvals now. If don't hear any objections, I'll integrate it in a day or two.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15088#issuecomment-1727544166


More information about the client-libs-dev mailing list