Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 216 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesOfSingleton.java |
2 | 4 | 191 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesSet.java |
| ||||
/** * Returns the element type of the given TType, if an array type, or the * given TType itself, otherwise. */ private TType getElementTypeOf(TType t) { if (t instanceof ArrayType) return ((ArrayType) t).getElementType(); return t; } |
| ||||
/** * Returns the element type of the given TType, if an array type, or the * given TType itself, otherwise. */ private TType getElementTypeOf(TType t) { if (t instanceof ArrayType) return ((ArrayType) t).getElementType(); return t; } |
| |||
/** * Returns the element type of the given TType, if an array type, or the * given TType itself, otherwise. */ private TType getElementTypeOf(TType t) { if (t instanceof ArrayType) return ((ArrayType) t).getElementType(); return t; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |