You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
tazle
changed the title
False positive Warning.REFERENCE_EQUALITY for interface field if interface defines equals()
False positive Warning.REFERENCE_EQUALITY for class with Interface field if Interface defines equals()
Oct 16, 2015
Given following classes:
Interface that defines equals():
A class using it: (standard IDEA boilerplate)
the following test fails with Warning.REFERENCE_EQUALITY:
Maybe this is related to #113 and #104?
The text was updated successfully, but these errors were encountered: