Details
Description
- Make class as final.
- Add a private constructor.
- Make the following static variable as private static final. Also move it to begining of the class with FIXME: comment
// ------------------- price format handlers ------------------- // FIXME: This is not thread-safe! DecimalFormat is not synchronized. static DecimalFormat priceDecimalFormat = new DecimalFormat(UtilProperties.getPropertyValue("general", "currency.decimal.format", "#,##0.00"));