1 <p> This call to a generic collection's method would only make sense if a collection contained
2 itself (e.g., if <code>s.contains(s)</code> were true). This is unlikely to be true and would cause
3 problems if it were true (such as the computation of the hash code resulting in infinite recursion).
4 It is likely that the wrong value is being passed as a parameter.