Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.991 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 19 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java |
2 | 7 | 18 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetUnion.java |
| ||||
private TypeSet fLHS; private TypeSet fRHS; public TypeSetIntersection(TypeSet lhs, TypeSet rhs) { super(lhs.getTypeSetEnvironment()); fLHS = lhs; fRHS = rhs; } |
| ||||
private TypeSet fLHS; private TypeSet fRHS; public TypeSetUnion(TypeSet lhs, TypeSet rhs) { super(lhs.getTypeSetEnvironment()); fLHS = lhs; fRHS = rhs; } |
| |||
private TypeSet fLHS; private TypeSet fRHS; public [[#variable63fef600]](TypeSet lhs, TypeSet rhs) { super(lhs.getTypeSetEnvironment()); fLHS = lhs; fRHS = rhs; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63fef600]] | TypeSetIntersection |
1 | 2 | [[#63fef600]] | TypeSetUnion |