CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

[LBJava-Examples] Issue in Entity Relation example datastructures #105

Open bhargav opened 7 years ago

bhargav commented 7 years ago

In the Entity Relation example datastructures, calling .hashcode on any of the items causes an StackOverflow due to unbounded recursion.

This leads to unbounded recursion. Thus, cannot add these instances in a HashSet or HashMap (as keys).