Look for qualified this usages in the same class.

Examples:

    Integer a = 235;
    Integer b = 235;
    if (a.equals(b)) {
        // code
    }