Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 3169 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java |
2 | 8 | 3362 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java |
| ||||
switch (indentStyle) { case INDENT_BY_ONE: alignmentValue |= Alignment.M_INDENT_BY_ONE; break; case INDENT_ON_COLUMN: alignmentValue |= Alignment.M_INDENT_ON_COLUMN; } return String.valueOf(alignmentValue); |
| ||||
switch (indentStyle) { case INDENT_BY_ONE: existingValue |= Alignment.M_INDENT_BY_ONE; break; case INDENT_ON_COLUMN: existingValue |= Alignment.M_INDENT_ON_COLUMN; } return String.valueOf(existingValue); |
| |||
switch (indentStyle) { case INDENT_BY_ONE: [[#variable8fc9e6a0]]|= Alignment.M_INDENT_BY_ONE; break; case INDENT_ON_COLUMN: [[#variable8fc9e6a0]]|= Alignment.M_INDENT_ON_COLUMN; } return String.valueOf( [[#variable8fc9e6a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fc9e6a0]] | existingValue |
1 | 2 | [[#8fc9e6a0]] | alignmentValue |