Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2542 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 1 | 3937 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
completion = CharOperation.concat(CharOperation.concatWith(typeRef.tokens, '.'), field.name, '#'); |
| ||||
completion = CharOperation.concat(CharOperation.concatWith(typeRef.tokens, '.'), method.selector, '#'); |
| |||
completion = CharOperation.concat(CharOperation.concatWith(typeRef.tokens, '.'), [[#variable56b27f40]]. [[#variable56b27ea0]], '#'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56b27f40]] | method |
1 | 2 | [[#56b27f40]] | field |
2 | 1 | [[#56b27ea0]] | selector |
2 | 2 | [[#56b27ea0]] | name |