Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 4259 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 6327 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
for (int i = 0; i <= this.uninterestingBindingsPtr; i++) { if (this.uninterestingBindings[i] == binding) { return 0; } } |
| ||||
for (int i = 0; i <= this.forbbidenBindingsPtr; i++) { if (this.forbbidenBindings[i] == binding) { return true; } } |
| |||
for (int i = 0; i <= this. [[#variable62016080]]; i++) { if (this. [[#variable62016020]][i] == binding) { return [[#variable61fd3fc0]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62016080]] | forbbidenBindingsPtr |
1 | 2 | [[#62016080]] | uninterestingBindingsPtr |
2 | 1 | [[#62016020]] | forbbidenBindings |
2 | 2 | [[#62016020]] | uninterestingBindings |
3 | 1 | [[#61fd3fc0]] | true |
3 | 2 | [[#61fd3fc0]] | 0 |