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.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 3715 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 10 | 1971 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
Alignment compactIfAlignment = this.scribe.createAlignment( "compactIf", //$NON-NLS-1$ this.preferences.alignment_for_compact_if, Alignment.R_OUTERMOST, 1, this.scribe.scanner.currentPosition, 1, false ); this.scribe.enterAlignment(compactIfAlignment); boolean ok = false; |
| ||||
Alignment2 compactIfAlignment = this.scribe.createAlignment( "compactIf", //$NON-NLS-1$ this.preferences.alignment_for_compact_if, Alignment.R_OUTERMOST, 1, this.scribe.scanner.currentPosition, 1, false ); this.scribe.enterAlignment(compactIfAlignment); boolean ok = false; |
| |||
[[#variable5759ec20]] compactIfAlignment = this.scribe.createAlignment("compactIf", //$NON-NLS-1$ this.preferences.alignment_for_compact_if, Alignment.R_OUTERMOST, 1, this.scribe.scanner.currentPosition, 1, false); this.scribe.enterAlignment(compactIfAlignment); boolean ok = false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5759ec20]] | Alignment |
1 | 2 | [[#5759ec20]] | Alignment2 |