When I test the Golfer example in Drools4.0 environment. I found the rule was matched twice but print same result. I try to override equals() and hashCode() method in Golfer Object, but no change happen. Who can tell me the reason that happened?

 

Thanks…

Jason Wang