Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8260475

Deprecate for removal protected access members in DateTimeStringConverter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx17
    • jfx15
    • javafx
    • None

      DateTimeStringConverter has undocumented protected fields that should not be part of the public API. There is also a protected accessor for dateFormat that should probably be deprecated. No other Converter gives access to internal data, like NumberConverter that is a similar superclass converter.

      Except for dateFormat, the fields are used only in construction and should not even be fields. dateFormat itself does not need to be exposed.

            nlisker Nir Lisker
            nlisker Nir Lisker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: