Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 112 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java |
2 | 4 | 123 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java |
| ||||
// sub(xsect(sub(a),sub(b))) == xsect(sub(a),sub(b)) if ((fLHS instanceof SubTypesSet || fLHS instanceof SubTypesOfSingleton) && (fRHS instanceof SubTypesSet || fRHS instanceof SubTypesOfSingleton)) return this ; return getTypeSetEnvironment().createSubTypesSet(this ); |
| ||||
// super(xsect(super(a),super(b))) == xsect(super(a),super(b)) if ((fLHS instanceof SuperTypesSet || fLHS instanceof SuperTypesOfSingleton) && (fRHS instanceof SuperTypesSet || fRHS instanceof SuperTypesOfSingleton)) return this ; return getTypeSetEnvironment().createSuperTypesSet(this ); |
| |||
// super(xsect(super(a),super(b))) == xsect(super(a),super(b)) // sub(xsect(sub(a),sub(b))) == xsect(sub(a),sub(b)) if ((fLHS instanceof [[#variable92b2f0a0]]|| fLHS instanceof [[#variable92b2f060]]) && (fRHS instanceof [[#variable92b2f0a0]]|| fRHS instanceof [[#variable92b2f060]])) return this ; return getTypeSetEnvironment(). [[#variable92b2efe0]](this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92b2f0a0]] | SuperTypesSet |
1 | 2 | [[#92b2f0a0]] | SubTypesSet |
2 | 1 | [[#92b2f060]] | SuperTypesOfSingleton |
2 | 2 | [[#92b2f060]] | SubTypesOfSingleton |
3 | 1 | [[#92b2efe0]] | createSuperTypesSet |
3 | 2 | [[#92b2efe0]] | createSubTypesSet |