-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
2019 Week 50-52 (from Dec 9)
-
3
-
NEW
-
NEW
TravelingTournament.java for one uses it.
On Match.java
/**
- The normal methods
{@link #equals(Object)}
and
{@link #hashCode()}cannot be used
- because the rule engine already requires them (for performance in their original state).
- @see #solutionHashCode()
*/
public boolean solutionEquals(Object o) {
Ok, that didn't age well... (the code was written in 2007 or even 2006, because it's part of the first commit that came from SourceForge)
That javadocs is probably not true any more. Drools doesn't use Java equality since Drools 4 or so. Mario can confirm.