Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.992 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 138 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java |
2 | 5 | 162 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java |
| ||||
EnumeratedTypeSet lhsSet = fLHS.enumerate(); EnumeratedTypeSet rhsSet = fRHS.enumerate(); TypeSet xsect = lhsSet.intersectedWith(rhsSet); return xsect.upperBound(); |
| ||||
EnumeratedTypeSet lhsSet = fLHS.enumerate(); EnumeratedTypeSet rhsSet = fRHS.enumerate(); TypeSet xsect = lhsSet.intersectedWith(rhsSet); return xsect.lowerBound(); |
| |||
EnumeratedTypeSet lhsSet = fLHS.enumerate(); EnumeratedTypeSet rhsSet = fRHS.enumerate(); TypeSet xsect = lhsSet.intersectedWith(rhsSet); return xsect. [[#variable97b5e900]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97b5e900]] | lowerBound |
1 | 2 | [[#97b5e900]] | upperBound |