| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 0 | 1.000 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 189 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| 2 | 5 | 270 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| 3 | 5 | 333 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java |
| ||||
// trick to avoid creating a selection on type reference
char [] oldIdent = this.assistIdentifier();
this.setAssistIdentifier(null);
alloc.type = getTypeReference(0);
this.setAssistIdentifier(oldIdent);
|
| ||||
// trick to avoid creating a selection on type reference
char [] oldIdent = this.assistIdentifier();
this.setAssistIdentifier(null);
alloc.type = getTypeReference(0);
this.setAssistIdentifier(oldIdent);
|
| ||||
// trick to avoid creating a selection on type reference
char [] oldIdent = this.assistIdentifier();
this.setAssistIdentifier(null);
alloc.type = getTypeReference(0);
this.setAssistIdentifier(oldIdent);
|
| |||
// trick to avoid creating a selection on type reference char[] oldIdent = this.assistIdentifier(); this.setAssistIdentifier(null); alloc.type = getTypeReference(0); this.setAssistIdentifier(oldIdent); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||