Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 729 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
2 | 4 | 751 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
3 | 4 | 775 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
| ||||
if ( !CharOperation.equals(lastToken, memberType.sourceName, true)) continue next; this.selectFrom(memberType, parsedUnit, false); |
| ||||
if ( !CharOperation.equals(lastToken, field.name, true)) continue next; this.selectFrom(field, parsedUnit, false); |
| ||||
if ( !CharOperation.equals(lastToken, method.selector, true)) continue next; this.selectFrom(method, parsedUnit, false); |
| |||
if ( !CharOperation.equals(lastToken, [[#variable4d11b720]]. [[#variable4f29d620]], true)) continue next; this.selectFrom( [[#variable4d11b720]], parsedUnit, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d11b720]] | memberType |
1 | 2 | [[#4d11b720]] | field |
1 | 3 | [[#4d11b720]] | method |
2 | 1 | [[#4f29d620]] | sourceName |
2 | 2 | [[#4f29d620]] | name |
2 | 3 | [[#4f29d620]] | selector |