RFR: 8314597: Deprecate for removal protected access methods in converters
Nir Lisker
nlisker at openjdk.org
Tue Nov 21 22:05:19 UTC 2023
On Tue, 21 Nov 2023 21:11:43 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> Deprecating for removal `getDateFormat()` in `TimeStringConverter` and `DateStringConverter` after it was removed already in `DateTimeStringConverter`, and `getNumberFormat()` in `NumberStringConverter` (and subclasses).
`DateTimeStringConverter.getDateFormat()` is already package-private and should remain that way. `DateStringConverter.getDateFormat()` will becomes package-private in version 23 (we need to give 1 version notice before removal).
There will be a refactoring patch at a later point anyway to do some internal rearrangement.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1294#issuecomment-1821772074
More information about the openjfx-dev
mailing list