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

Add warnings for locale data dependence

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • None
    • core-libs
    • b23
    • generic
    • generic

      Locale-sensitive classes, such as DateFormat, are dependent on the locale data. From time to time, those locale data changes across JDK releases which cause migration issues in applications. The root cause of those issues is mostly the assumption that locale data won't change, which is not true.
      This JBS issue is to add some description to warn users not to depend on particular locale data, such as date format patterns.

            naoto Naoto Sato
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: