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

ChoiceFormat class has unused constants needs cleanup

XMLWordPrintable

    • b06
    • Not verified

      The ChoiceFormat class modified as part of JDK-8021322, does not use anymore the following constants

      static final long SIGN = 0x8000000000000000L;
       static final long EXPONENT = 0x7FF0000000000000L;
       static final long POSITIVEINFINITY = 0x7FF0000000000000L;
      These can be cleaned up.

            nishjain Nishit Jain
            kganapureddy Krushnareddy Ganapureddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: