CloneSet8768


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.951statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111180
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
211182
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
1
Source Line
1180
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        int diff1 = paramLength < argLength ? 2 * (argLength - paramLength):  paramLength - argLength;


Clone Instance
2
Line Count
1
Source Line
1182
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        int diff2 = bestLength < argLength ? 2 * (argLength - bestLength):  bestLength - argLength;


Clone AbstractionParameter Count: 2Parameter Bindings

int  [[#variablebf22f840]]= [[#variablebf22f7a0]] < argLength ? 2 * (argLength -  [[#variablebf22f7a0]]): [[#variablebf22f7a0]] - argLength;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bf22f840]]
diff1 
12[[#bf22f840]]
diff2 
21[[#bf22f7a0]]
paramLength 
22[[#bf22f7a0]]
bestLength