Hugo Trippaers
594b51c629
Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin.
2014-02-18 12:08:36 +01:00
Hugo Trippaers
6c770958f1
Fix unittest issue when you are in a locale that uses comma for decimal separation.
2014-02-11 14:45:45 +01:00
Alex Huang
d620df2bdd
Reformatted all of the code.
2013-11-21 06:15:26 -08:00
Alex Huang
8d62744681
Reformat all source code. Added checkstyle to check the source code
2013-11-20 07:26:53 -08:00
Laszlo Hornyak
b44bc9db02
NumbersUtil cleanup
...
- removed methods that were not used
- parseLong, parseInt and parseFloat replaced with the commons-lang NumberUtils call
- Test for the remaining methods
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-10-02 10:55:00 +02:00
Daan Hoogland
5338aaa39f
use locale when formatting numbers
2013-09-24 15:53:32 +02:00
Hugo Trippaers
5ada5e88f3
This test appears to be locale sensitive, so fix the locale in the test
2013-09-24 18:30:00 +08:00
Hugo Trippaers
8b6dcf8b6e
Clean out a few warnings on potential resource leakage
2013-09-21 15:32:52 +08:00