Annotation.equals returns false positives
Closed this issue · 0 comments
tim-evans commented
When the annotation being compared has additional attributes, Annotation.equals
returns a false positive.
What do you expect to happen?
Annotation.equals
should return false
when the attributes are not strictly equal.