This inspection reports on calls to BigDecimal constructors which accept a double value. These constructors can have somewhat unpredictable results because many numbers cannot be represented exactly in a double. It is recommend to use the constructors which accept a String instead.
New in 7, Powered by InspectionGadgets