Open
Description
Description of the false positive
"Call to equals() comparing incomparable types AbstractSet and ImmutableSet."
This actually works just fine, because AbstractSet and ImmutableSet only use the Set<> interface's semantics, and do not rely on what implementation of Set they are.
URL to the alert on the project page on LGTM.com