Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1056 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 9 | 1783 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
Alignment enumConstantsAlignment = this.scribe.createAlignment( "enumConstants", //$NON-NLS-1$ this.preferences.alignment_for_enum_constants, enumConstantsLength, this.scribe.scanner.currentPosition, 0, // we don't want to indent enum constants when splitting to a new line false ); this.scribe.enterAlignment(enumConstantsAlignment); boolean ok = false; |
| ||||
Alignment2 enumConstantsAlignment = this.scribe.createAlignment( "enumConstants", //$NON-NLS-1$ this.preferences.alignment_for_enum_constants, enumConstantsLength, this.scribe.scanner.currentPosition, 0, // we don't want to indent enum constants when splitting to a new line false ); this.scribe.enterAlignment(enumConstantsAlignment); boolean ok = false; |
| |||
[[#variable98793840]] enumConstantsAlignment = this.scribe.createAlignment("enumConstants", //$NON-NLS-1$ this.preferences.alignment_for_enum_constants, enumConstantsLength, this.scribe.scanner.currentPosition, 0, // we don't want to indent enum constants when splitting to a new line false); this.scribe.enterAlignment(enumConstantsAlignment); boolean ok = false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#98793840]] | Alignment |
1 | 2 | [[#98793840]] | Alignment2 |