aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/EqualsAndHashCodeWithSomeExistingMethods.java.messages
blob: 0b72b14fb0e584921c0485494a167cccbe21882b (plain)
1
2
4:1 Not generating equals: One of equals, hashCode, and canEqual exists. You should either write all of these or 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 or none of these (in the latter case, lombok generates them).