CloneSet4481


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.965statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13579
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
233388
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
335169
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
Clone Instance
1
Line Count
3
Source Line
579
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java

                        if (packageName == null || packageName.length == 0)
                                if (this.unitScope != null && this.unitScope.fPackage.compoundName != CharOperation.NO_CHAR_CHAR)
                                        return; // ignore types from the default package from outside it


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

                                        if (memberPackageName == null || memberPackageName.length == 0)
                                                if (this.unitScope != null && this.unitScope.fPackage.compoundName != CharOperation.NO_CHAR_CHAR)
                                                        break next; // ignore types from the default package from outside it


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

                                                                        if (packageName == null || packageName.length == 0)
                                                                                if (this.unitScope != null && this.unitScope.fPackage.compoundName != CharOperation.NO_CHAR_CHAR)
                                                                                        continue next; // ignore types from the default package from outside it


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable9ce36640]]== null || [[#variable9ce36640]].length == 0)
  if (this.unitScope != null && this.unitScope.fPackage.compoundName != CharOperation.NO_CHAR_CHAR)
     [[#variable9ce36520]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9ce36640]]
packageName 
12[[#9ce36640]]
memberPackageName 
13[[#9ce36640]]
packageName 
21[[#9ce36520]]
continue next; // ignore types from the default package from outside it 
22[[#9ce36520]]
break next; // ignore types from the default package from outside it 
23[[#9ce36520]]
return; // ignore types from the default package from outside it