import java.util.AbstractList; import java.util.ArrayList; import java.util.List; public class Genmeth { public void context() { Integer v1 = 0; int v1a = v1.hashCode(); AbstractList v2 = new ArrayList(0); int v2a = v2.hashCode(); AbstractList v3 = new ArrayList(0); int v3a = v3.hashCode(); AbstractList v4 = new ArrayList(0); int v4a = v4.hashCode(); } public int method(T t) { return t.hashCode(); } }