Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.993 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 651 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 5 | 334 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
/* * Field name */ if (i == 0) { this.scribe.alignFragment(fieldAlignment, 0); this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, true); } else { this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, false); } |
| ||||
/* * Field name */ if (i == 0) { this.scribe.alignFragment(memberAlignment, 0); this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, true); } else { this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, false); } |
| |||
/* * Field name */ /* * Field name */ if (i == 0) { this.scribe.alignFragment( [[#variableb2a09280]], 0); this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, true); } else { this.scribe.printNextToken(TerminalTokens.TokenNameIdentifier, false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2a09280]] | memberAlignment |
1 | 2 | [[#b2a09280]] | fieldAlignment |