Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2896 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 6 | 1362 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
if (hasComments()) { this.scribe.printComment(); } int blankLinesBeforePackage = this.preferences.blank_lines_before_package; if (blankLinesBeforePackage > 0) { this.scribe.printEmptyLines(blankLinesBeforePackage); } |
| ||||
if (hasComments()) { this.scribe.printComment(); } int blankLinesBeforePackage = this.preferences.blank_lines_before_package; if (blankLinesBeforePackage > 0) { this.scribe.printEmptyLines(blankLinesBeforePackage); } |
| |||
if (hasComments()) { this.scribe.printComment(); } int blankLinesBeforePackage = this.preferences.blank_lines_before_package; if (blankLinesBeforePackage > 0) { this.scribe.printEmptyLines(blankLinesBeforePackage); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |