CloneSet9372


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.961statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1271
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesOfSingleton.java
2261
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesOfSingleton.java
Clone Instance
1
Line Count
2
Source Line
71
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SubTypesOfSingleton.java

                        if (otherLower.equals(fUpperBound))
                                return new SingletonTypeSet(fUpperBound, getTypeSetEnvironment());


Clone Instance
2
Line Count
2
Source Line
61
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/SuperTypesOfSingleton.java

                        if (otherUpper.equals(fLowerBound))
                                return new SingletonTypeSet(fLowerBound, getTypeSetEnvironment());


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable99e42e60]].equals( [[#variable99e42e00]]))
  return new SingletonTypeSet( [[#variable99e42e00]], getTypeSetEnvironment());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99e42e60]]
otherUpper 
12[[#99e42e60]]
otherLower 
21[[#99e42e00]]
fLowerBound 
22[[#99e42e00]]
fUpperBound