java.math.BigDecimal.divide(BigDecimal divisor, int scale, int roundingMode)
throws unspecified ArrayIndexOutOfBoundsException when roundingMode equals BigDecimal.ROUND_HALF_EVEN
throws unspecified ArrayIndexOutOfBoundsException when roundingMode equals BigDecimal.ROUND_HALF_EVEN
- duplicates
-
JDK-6819773 BigDecimal.divide(BigDecimal,int,int) throws ArrayIndexOutofBoundsException under some circumstances
- Resolved