Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 1 | 0.989 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 313 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java |
2 | 9 | 330 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java |
3 | 9 | 311 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java |
4 | 9 | 327 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java |
| ||||
while (current != null) { if (current == alignment) break; current = current.enclosing; } if (current == null) { throw new AbortFormatting("could not find matching alignment: " + alignment); //$NON-NLS-1$ } this.indentationLevel = alignment.location.outputIndentationLevel; this.numberOfIndentations = alignment.location.numberOfIndentations; |
| ||||
while (current != null) { if (current == alignment) break; current = current.enclosing; } if (current == null) { throw new AbortFormatting("could not find matching alignment: " + alignment); //$NON-NLS-1$ } this.indentationLevel = current.location.outputIndentationLevel; this.numberOfIndentations = current.location.numberOfIndentations; |
| ||||
while (current != null) { if (current == alignment) break; current = current.enclosing; } if (current == null) { throw new AbortFormatting("could not find matching alignment: " + alignment); //$NON-NLS-1$ } this.indentationLevel = alignment.location.outputIndentationLevel; this.numberOfIndentations = alignment.location.numberOfIndentations; |
| ||||
while (current != null) { if (current == alignment) break; current = current.enclosing; } if (current == null) { throw new AbortFormatting("could not find matching alignment: " + alignment); //$NON-NLS-1$ } this.indentationLevel = current.location.outputIndentationLevel; this.numberOfIndentations = current.location.numberOfIndentations; |
| |||
while (current != null) { if (current == alignment) break; current = current.enclosing; } if (current == null) { throw new AbortFormatting("could not find matching alignment: " + alignment); //$NON-NLS-1$ } this.indentationLevel = [[#variablebe75f620]].location.outputIndentationLevel; this.numberOfIndentations = [[#variablebe75f620]].location.numberOfIndentations; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be75f620]] | alignment |
1 | 2 | [[#be75f620]] | current |
1 | 3 | [[#be75f620]] | alignment |
1 | 4 | [[#be75f620]] | current |