CloneSet8487


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

                                        if (otherType.enclosingType().isInterface())
                                                if (memberType.enclosingType()
                                                        .implementsInterface(otherType.enclosingType(), true))
                                                        continue next;


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

                                        if (memberType.enclosingType().isInterface())
                                                if (otherType.enclosingType()
                                                        .implementsInterface(memberType.enclosingType(), true))
                                                        continue next;


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variableb5ac3e40]].enclosingType().isInterface())
  if ( [[#variableb5ac3da0]].enclosingType().implementsInterface( [[#variableb5ac3e40]].enclosingType(), true))
    continue next;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5ac3e40]]
memberType 
12[[#b5ac3e40]]
otherType 
21[[#b5ac3da0]]
otherType 
22[[#b5ac3da0]]
memberType