CloneSet8658


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1245
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java
2247
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java
Clone Instance
1
Line Count
2
Source Line
45
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java

                                                           {
                        throw new CompletionNodeFound(this, ((NameReference) this.receiver).binding, scope);
                                                           }


Clone Instance
2
Line Count
2
Source Line
47
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java

                                                                {
                        throw new CompletionNodeFound(this, ((MessageSend) this.receiver).binding, scope);
                                                                }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  throw new CompletionNodeFound(this, (( [[#variablea3484700]]) this.receiver).binding, scope);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a3484700]]
NameReference 
12[[#a3484700]]
MessageSend