Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 111 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesSet.java |
2 | 3 | 112 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesSet.java |
| ||||
// (intersect (subTypes (intersect (superTypes A) B)) // (superTypes A)) => // (intersect (superTypes A) (subTypes B)) TypeSetIntersection lbXSect = (TypeSetIntersection) fUpperBounds; TypeSet xsectLeft = lbXSect.getLHS(); TypeSet xsectRight = lbXSect.getRHS(); |
| ||||
// (intersect (superTypes (intersect (subTypes A) B)) // (subTypes A)) => // (intersect (subTypes A) (superTypes B)) TypeSetIntersection lbXSect = (TypeSetIntersection) fLowerBounds; TypeSet xsectLeft = lbXSect.getLHS(); TypeSet xsectRight = lbXSect.getRHS(); |
| |||
// (intersect (superTypes (intersect (subTypes A) B)) // (subTypes A)) => // (intersect (subTypes A) (superTypes B)) // (intersect (subTypes (intersect (superTypes A) B)) // (superTypes A)) => // (intersect (superTypes A) (subTypes B)) TypeSetIntersection lbXSect = (TypeSetIntersection) [[#variable4e946140]]; TypeSet xsectLeft = lbXSect.getLHS(); TypeSet xsectRight = lbXSect.getRHS(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e946140]] | fLowerBounds |
1 | 2 | [[#4e946140]] | fUpperBounds |