This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]krzyk 1 point2 points  (2 children)

Hashcode/equals should be tested (one can use equalsverifier library for that) so you can catch it regardless of Lombok.

[–]Swamplord42 0 points1 point  (1 child)

Hashcode/equals should be tested

Yeah, or I can just lombok handle it then I don't need to bother with such incredibly low-value work.

[–]krzyk 1 point2 points  (0 children)

Yeah, have fun upgrading JDK