Bug in method roundTwoDecimals ofNumberUtils.java.
A comma may appear instead of a dot as decimal separator depending on the locale configuration. This provokes a number format exception on Double.valueOf. I've added the code to force a dot as decimal separator.
Bug in method roundTwoDecimals ofNumberUtils.java.
A comma may appear instead of a dot as decimal separator depending on the locale configuration. This provokes a number format exception on Double.valueOf. I've added the code to force a dot as decimal separator.