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

[DateTimeStringConverter] missing javadoc for protected fields

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • fx2.1, 8
    • javafx

      While reviewing the API signature changes for 8u40 I noticed that the following protected fields of DateTimeStringConverter do not have proper javadoc comments. Note that protected fields and methods in Java are public API (meaning that the comment preceding those fields is simply wrong).

          protected final Locale locale;
          protected final String pattern;
          protected final DateFormat dateFormat;
          protected final int dateStyle;
          protected final int timeStyle;

      I expect that these were not intended to be public API, but since they are, we need to document them at some point.

            Unassigned Unassigned
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: