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

Unused static field MathContext.DEFAULT_DIGITS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 19
    • None
    • core-libs
    • None
    • b12

      Field {{DEFAULT_DIGITS}} is unused in MathContext class.

          private static final int DEFAULT_DIGITS = 9;

      https://github.com/openjdk/jdk/blob/cc7cf81256ed4d74493472017b1c4df20fa2208a/src/java.base/share/classes/java/math/MathContext.java#L61
      It is unused at least since initial OpenJDK source upload.

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: