Searched refs:type3 (Results 1 – 2 of 2) sorted by relevance
616 Type type3 = types3.get(0); in checkParametrizedTypeEqualsAndHashCode() local624 if (type3 instanceof ParameterizedType) { in checkParametrizedTypeEqualsAndHashCode()634 if (type1.equals(type3)) { in checkParametrizedTypeEqualsAndHashCode()635 System.out.println("type1("+type1+") equals type3("+type3+")"); in checkParametrizedTypeEqualsAndHashCode()637 System.out.println("type1("+type1+") does not equal type3("+type3+")"); in checkParametrizedTypeEqualsAndHashCode()646 if (type1.hashCode() == type3.hashCode()) { in checkParametrizedTypeEqualsAndHashCode()647 System.out.println("type1("+type1+") hashCode equals type3("+type3+") hashCode"); in checkParametrizedTypeEqualsAndHashCode()650 "type1("+type1+") hashCode does not equal type3("+type3+") hashCode"); in checkParametrizedTypeEqualsAndHashCode()672 Type type3 = types3.get(0); in checkGenericArrayTypeEqualsAndHashCode() local680 if (type3 instanceof GenericArrayType) { in checkGenericArrayTypeEqualsAndHashCode()[all …]
128 type3 is a ParameterizedType130 type1(java.util.Set<java.lang.String>) equals type3(java.util.Set<java.lang.String>)132 type1(java.util.Set<java.lang.String>) hashCode equals type3(java.util.Set<java.lang.String>) hashC…135 type3 is a GenericArrayType137 type1(T[]) equals type3(T[])139 type1(T[]) hashCode equals type3(T[]) hashCode