Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | statement_sequence[10] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1492 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java |
2 | 11 | 1451 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java |
| ||||
this.line = location.outputLine; this.column = location.outputColumn; this.indentationLevel = location.outputIndentationLevel; this.numberOfIndentations = location.numberOfIndentations; this.lastNumberOfNewLines = location.lastNumberOfNewLines; this.needSpace = location.needSpace; this.pendingSpace = location.pendingSpace; this.editsIndex = location.editsIndex; this.nlsTagCounter = location.nlsTagCounter; if (this.editsIndex > 0) { this.edits[this.editsIndex - 1] = location.textEdit; } |
| ||||
this.line = location.outputLine; this.column = location.outputColumn; this.indentationLevel = location.outputIndentationLevel; this.numberOfIndentations = location.numberOfIndentations; this.lastNumberOfNewLines = location.lastNumberOfNewLines; this.needSpace = location.needSpace; this.pendingSpace = location.pendingSpace; this.editsIndex = location.editsIndex; this.nlsTagCounter = location.nlsTagCounter; if (this.editsIndex > 0) { this.edits[this.editsIndex - 1] = location.textEdit; } |
| |||
this.line = location.outputLine; this.column = location.outputColumn; this.indentationLevel = location.outputIndentationLevel; this.numberOfIndentations = location.numberOfIndentations; this.lastNumberOfNewLines = location.lastNumberOfNewLines; this.needSpace = location.needSpace; this.pendingSpace = location.pendingSpace; this.editsIndex = location.editsIndex; this.nlsTagCounter = location.nlsTagCounter; if (this.editsIndex > 0) { this.edits[this.editsIndex - 1] = location.textEdit; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |