Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
Examples of errors detected by the...

Examples of errors detected by the V6068 diagnostic

V6068. Suspicious use of BigDecimal class.


Quarkus

V6068 Constructor call can result in imprecise representation of the initialized value. BfInsertArgs.java 95


if (errorRate != -1.0) {
  list.add("ERROR");
  list.add(new BigDecimal(errorRate).toPlainString()); // Prevent E notation
}