Skip to content

v3.0.4

Compare
Choose a tag to compare
@fathzer fathzer released this 29 May 18:11
· 5 commits to master since this release
  • Fixes bugs in Operator:
    • Constructor threw NullPointerException instead of IllegalArgumentException.
    • equals method threw exception or returned false by mistake.
  • Fixes the LocalizedEvaluator provided in the examples:
    Due to a Java breaking change in NumberFormat class, the evaluator did not work anymore at least since java 17 and at least with French locale.
  • Updates junit to 4.13.2
  • Fixes some Sonar issues