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.
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.
- relates to
-
JDK-4851776 Allow control of precision and rounding of BigDecimal arithmetic operations
-
- Resolved
-