CloneSet7713


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
145047
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
24230
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java
Clone Instance
1
Line Count
4
Source Line
5047
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                                ReferenceBinding temp = outerInvocationType.enclosingType();
                                while (temp != null) {
                                        outerInvocationType = temp;
                                        temp = temp.enclosingType();
                                }


Clone Instance
2
Line Count
4
Source Line
230
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java

                        ReferenceBinding temp = outerInvocationType.enclosingType();
                        while (temp != null) {
                                outerInvocationType = temp;
                                temp = temp.enclosingType();
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

ReferenceBinding temp = outerInvocationType.enclosingType();
while (temp != null) {
  outerInvocationType = temp;
  temp = temp.enclosingType();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None