-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I'm using the release 0.5.1 with generated scala classes. The generation of equals add this to the code:
if (other == this) {
return true;
}
This is correct in Java, but doesn't work in Scala, since == is the same as equals. This problem creates an infinite loop of comparisons that produces StackOverflow.
Metadata
Metadata
Assignees
Labels
No labels