CloneSet9846


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

                        ReferenceBinding memberType = memberTypes[m];
                        //              if (!wantClasses && memberType.isClass()) continue next;
                        //              if (!wantInterfaces && memberType.isInterface()) continue next;

                        if (onlyStatic && !memberType.isStatic())
                                continue next;


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

                        ReferenceBinding memberType = memberTypes[m];
                        //              if (!wantClasses && memberType.isClass()) continue next;
                        //              if (!wantInterfaces && memberType.isInterface()) continue next;

                        if (staticOnly && !memberType.isStatic()) continue next;


Clone AbstractionParameter Count: 1Parameter Bindings

ReferenceBinding memberType = memberTypes[m];
//              if (!wantClasses && memberType.isClass()) continue next;
//              if (!wantInterfaces && memberType.isInterface()) continue next;
if ( [[#variablea1bd1980]]&& !memberType.isStatic())
  continue next;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1bd1980]]
onlyStatic 
12[[#a1bd1980]]
staticOnly