Class FindRefComparison

java.lang.Object
edu.umd.cs.findbugs.detect.FindRefComparison
All Implemented Interfaces:
ExtendedTypes, Detector, Priorities

public class FindRefComparison extends Object implements Detector, ExtendedTypes
Find suspicious reference comparisons. This includes:
  • Strings and other java.lang objects compared by reference equality
  • Calls to equals(Object) where the argument is a different type than the receiver object