Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 5240 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 6 | 5345 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
this.nameEnvironment.findTypes( token, proposeAllMemberTypes, this.options.camelCaseMatch, this ); acceptTypes(); |
| ||||
this.nameEnvironment.findTypes( qualifiedName, false, this.options.camelCaseMatch, this ); acceptTypes(); |
| |||
this.nameEnvironment.findTypes( [[#variableba7c2940]], [[#variableba7c2920]], this.options.camelCaseMatch, this ); acceptTypes(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba7c2940]] | token |
1 | 2 | [[#ba7c2940]] | qualifiedName |
2 | 1 | [[#ba7c2920]] | proposeAllMemberTypes |
2 | 2 | [[#ba7c2920]] | false |