Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.992 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 169 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
2 | 6 | 231 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
3 | 6 | 253 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyParser.java |
| ||||
if (this.index == previousTokenEnd) { this.start = this.index + 1; previousTokenEnd = this.start; } else { this.token = TYPE; return this.token; } |
| ||||
if (this.index == previousTokenEnd) { this.start = this.index + 1; previousTokenEnd = this.start; } else { this.token = TYPE; return this.token; } |
| ||||
if (this.index == previousTokenEnd) { this.start = this.index + 1; previousTokenEnd = this.start; } else { this.token = LOCAL_VAR; return this.token; } |
| |||
if (this.index == previousTokenEnd) { this.start = this.index + 1; previousTokenEnd = this.start; } else { this.token = [[#variable54c76960]]; return this.token; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c76960]] | TYPE |
1 | 2 | [[#54c76960]] | LOCAL_VAR |
1 | 3 | [[#54c76960]] | TYPE |