Deprecate for removal protected access members in DateTimeStringConverter

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx17
    • Affects Version/s: jfx15
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: