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

Unused static fields DEGREES_TO_RADIANS, RADIANS_TO_DEGREES in StrictMath

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 19
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: