Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 45 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java |
2 | 2 | 47 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java |
| ||||
{ throw new CompletionNodeFound(this, ((NameReference) this.receiver).binding, scope); } |
| ||||
{ throw new CompletionNodeFound(this, ((MessageSend) this.receiver).binding, scope); } |
| |||
{ throw new CompletionNodeFound(this, (( [[#variablea3484700]]) this.receiver).binding, scope); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3484700]] | NameReference |
1 | 2 | [[#a3484700]] | MessageSend |