Unused static fields DEGREES_TO_RADIANS, RADIANS_TO_DEGREES in StrictMath

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 19
    • Affects Version/s: None
    • Component/s: core-libs
    • None
    • b11

      Couple of fields in StrictMath are unused since JDK-8244146:
      1. DEGREES_TO_RADIANS
      2. RADIANS_TO_DEGREES

      Methods toDegrees/toRadians used to use this fields. But now StrictMath just calls Math methods.

            Assignee:
            Andrey Turbanov
            Reporter:
            Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: