Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1388 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
2 | 6 | 1394 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
| ||||
if (this.scanner.currentPosition < this.index) { buffer.append("\n===============================\nScanner current position here -->"); //$NON-NLS-1$ } else { buffer.append("\n===============================\nParser index here -->"); //$NON-NLS-1$ } buffer.append(middle); |
| ||||
if (this.scanner.currentPosition < this.index) { buffer.append("<-- Parser index here\n===============================\n"); //$NON-NLS-1$ } else { buffer.append("<-- Scanner current position here\n===============================\n"); //$NON-NLS-1$ } buffer.append(end); |
| |||
if (this.scanner.currentPosition < this.index) { buffer.append( [[#variable53c9d040]]); //$NON-NLS-1$ } else { buffer.append( [[#variable53d938e0]]); //$NON-NLS-1$ } buffer.append( [[#variable53c0d0a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53c9d040]] | "\n===============================\nScanner current position here -->" |
1 | 2 | [[#53c9d040]] | "<-- Parser index here\n===============================\n" |
2 | 1 | [[#53d938e0]] | "\n===============================\nParser index here -->" |
2 | 2 | [[#53d938e0]] | "<-- Scanner current position here\n===============================\n" |
3 | 1 | [[#53c0d0a0]] | middle |
3 | 2 | [[#53c0d0a0]] | end |