Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive datastructure as a field in superclass is broken #20

Closed
GoogleCodeExporter opened this issue Mar 29, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

Using EqualsVerifier on SubNodeContainer (see below) yields a Recursive 
datastructure error, even when prefabValues are added. This scenario is 
broken since version 0.6.

(equals and hashCode methods elided for brevity)

class Node {
    Node node;
}   

class NodeContainer {
    Node node;
}

class SubNodeContainer extends NodeContainer {
}

Original issue reported on code.google.com by [email protected] on 11 Feb 2010 at 7:55

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 11 Feb 2010 at 7:57

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant