CloneSet5674


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.992statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15138
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java
25162
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/TypeSetIntersection.java
Clone Instance
1
Line Count
5
Source Line
138
Source File
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();


Clone Instance
2
Line Count
5
Source Line
162
Source File
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.lowerBound();


Clone AbstractionParameter Count: 1Parameter Bindings

EnumeratedTypeSet lhsSet = fLHS.enumerate();
EnumeratedTypeSet rhsSet = fRHS.enumerate();
TypeSet xsect = lhsSet.intersectedWith(rhsSet);
return xsect. [[#variable97b5e900]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97b5e900]]
lowerBound 
12[[#97b5e900]]
upperBound