Files
lombok/test/transform/resource/messages-ecj/EqualsAndHashCodeWithExistingMethods.java.messages
T
Roel Spilker 4d24542dac [i660] canEqual is now protected instead of public.
Also fixed the total lack of canEqual in the usage examples.
2014-03-26 21:11:30 +01:00

3 lines
291 B
Plaintext

1 Not generating equals and hashCode: A method with one of those names already exists. (Either both or none of these methods will be generated).
10 Not generating equals and hashCode: A method with one of those names already exists. (Either both or none of these methods will be generated).