Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.986 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 502 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
2 | 9 | 2413 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
{ this.scribe.printNewLine(); if (this.preferences.indent_statements_compare_to_block) { this.scribe.indent(); } formatStatements(statements, true); this.scribe.printComment(); if (this.preferences.indent_statements_compare_to_block) { this.scribe.unIndent(); } } |
| ||||
{ this.scribe.printNewLine(); if (this.preferences.indent_statements_compare_to_body) { this.scribe.indent(); } formatStatements(statements, true); this.scribe.printComment(); if (this.preferences.indent_statements_compare_to_body) { this.scribe.unIndent(); } } |
| |||
{ this.scribe.printNewLine(); if (this.preferences. [[#variableb9beb980]]) { this.scribe.indent(); } formatStatements(statements, true); this.scribe.printComment(); if (this.preferences. [[#variableb9beb980]]) { this.scribe.unIndent(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9beb980]] | indent_statements_compare_to_block |
1 | 2 | [[#b9beb980]] | indent_statements_compare_to_body |