Вебинар: Go-Go-Gadg...Error? Смотрим, как ошибаются Go разработчики! - 26.08
V6068. Suspicious use of BigDecimal class.
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
}