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

Deprecate for removal protected access members in DateTimeStringConverter

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: