wrong equals impl in FSLeafIndexImpl ------------------------------------ Key: UIMA-1492 URL: https://issues.apache.org/jira/browse/UIMA-1492 Project: UIMA Issue Type: Bug Components: Core Java Framework Reporter: Marshall Schor Assignee: Thilo Goetz Priority: Minor
Findbugs reporting Equals checking for noncompatible operand in FSLeafIndexImpl, line 347. This equals method is checking to see if the argument, an incompatible type (i.e., a class that is neither a supertype nor subtype of FSLeafIndexImpl)., is "equal" to this FSLeafIndexImpl's comparator. So we could get a particular comparitor being said to be "equal" to a FSLeafIndexImpl. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.