Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.991 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 46 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/GenericType.java |
2 | 6 | 38 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/RawType.java |
3 | 6 | 42 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/StandardType.java |
| ||||
public boolean doEquals(TType type) { return getJavaElementType().equals(((GenericType) type).getJavaElementType()); } public int hashCode() { return getJavaElementType().hashCode(); } |
| ||||
public boolean doEquals(TType type) { return getJavaElementType().equals(((RawType) type).getJavaElementType()); } public int hashCode() { return getJavaElementType().hashCode(); } |
| ||||
public boolean doEquals(TType type) { return getJavaElementType().equals(((StandardType) type).getJavaElementType()); } public int hashCode() { return getJavaElementType().hashCode(); } |
| |||
public boolean doEquals(TType type) { return getJavaElementType().equals((( [[#variable990d7e80]]) type).getJavaElementType()); } public int hashCode() { return getJavaElementType().hashCode(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#990d7e80]] | GenericType |
1 | 2 | [[#990d7e80]] | RawType |
1 | 3 | [[#990d7e80]] | StandardType |