CloneSet6637


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.991statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
126020
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
226033
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
2
Source Line
6020
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                TypeBinding bound = typeVariables[index].firstBound;
                                addExpectedType(bound == null ? scope.getJavaLangObject():  bound, scope);


Clone Instance
2
Line Count
2
Source Line
6033
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                                        TypeBinding bound = typeVariables[j].firstBound;
                                                        addExpectedType(bound == null ? scope.getJavaLangObject():  bound, scope);


Clone AbstractionParameter Count: 1Parameter Bindings

TypeBinding bound = typeVariables[ [[#variable6388e780]]].firstBound;
addExpectedType(bound == null ? scope.getJavaLangObject(): bound, scope);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6388e780]]
index 
12[[#6388e780]]
j