RFR: 8313403: Remove unused 'mask' field from JFormattedTextField
Sergey Bylokhov
serb at openjdk.org
Tue Aug 1 21:18:41 UTC 2023
On Mon, 31 Jul 2023 10:26:44 GMT, Alexey Ivanov <aivanov 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.
It is better to check, if CSR is not necessary anymore at least for Swing, we can do some small cleanup here and there.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15088#issuecomment-1661110840
More information about the client-libs-dev
mailing list