Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.968 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2735 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 2766 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
proposeField && token.length <= lengthField.length && CharOperation.prefixEquals(token, lengthField, false /* ignore case */ ) |
| ||||
proposeMethod && token.length <= cloneMethod.length && CharOperation.prefixEquals(token, cloneMethod, false /* ignore case */ ) |
| |||
[[#variable5ba14840]]&& token.length <= [[#variable5ba14720]].length && CharOperation.prefixEquals(token, [[#variable5ba14720]], false /* ignore case */ ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ba14840]] | proposeField |
1 | 2 | [[#5ba14840]] | proposeMethod |
2 | 1 | [[#5ba14720]] | lengthField |
2 | 2 | [[#5ba14720]] | cloneMethod |