hellokoding-courses icon indicating copy to clipboard operation
hellokoding-courses copied to clipboard

Careful with Lombok's Data annotation

Open danieljipa opened this issue 5 years ago • 0 comments

You're using it with BigDecimal. You may end up with things like 1.10 != from 1.1 or 1.100. Override the equals&hashCode methods on each class with BigDecimal in it

danieljipa avatar Apr 13 '19 04:04 danieljipa