aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/EqualsAndHashCodeWithSomeExistingMethods.java.messages
blob: 9a0b29f35001771b8ce33e3b46d3c700b2c5f8a6 (plain)
1
2
4:1 Not generating equals: One of equals, hashCode, and canEqual exists. You should either write all of these are none of these (in the latter case, lombok generates them).
15:1 Not generating equals and hashCode: One of equals, hashCode, and canEqual exists. You should either write all of these are none of these (in the latter case, lombok generates them).