Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 217 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java |
2 | 12 | 231 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java |
| ||||
if (this.expectedTypesSignatures == null) { buffer.append(string); } else { buffer.append('{'); for (int i = 0; i < this.expectedTypesSignatures.length; i++) { if (i > 0)buffer.append(','); buffer.append(this.expectedTypesSignatures[i]); } buffer.append('}'); } buffer.append('\n'); |
| ||||
if (expectedTypesSignatures == null) { buffer.append(string); } else { buffer.append('{'); for (int i = 0; i < this.expectedTypesKeys.length; i++) { if (i > 0)buffer.append(','); buffer.append(this.expectedTypesKeys[i]); } buffer.append('}'); } buffer.append('\n'); |
| |||
if ( [[#variable99bfa120]]== null) { buffer.append(string); } else { buffer.append('{'); for (int i = 0; i < this. [[#variable99bfa100]].length; i++) { if (i > 0) buffer.append(','); buffer.append(this. [[#variable99bfa100]][i]); } buffer.append('}'); } buffer.append('\n'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99bfa120]] | expectedTypesSignatures |
1 | 2 | [[#99bfa120]] | this.expectedTypesSignatures |
2 | 1 | [[#99bfa100]] | expectedTypesKeys |
2 | 2 | [[#99bfa100]] | expectedTypesSignatures |