You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2010 at 7:55The text was updated successfully, but these errors were encountered: