| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 3 | 0.977 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 1887 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| 2 | 7 | 630 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
{
this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, spaceBeforeComma);
this.scribe.printTrailingComment();
this.scribe.alignFragment(throwsAlignment, i);
if (spaceAfterComma) {
this.scribe.space();
}
}
|
| ||||
{
this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, insertSpaceBeforeComma);
this.scribe.printTrailingComment();
this.scribe.alignFragment(multiFieldDeclarationsAlignment, i);
if (insertSpaceAfterComma) {
this.scribe.space();
}
}
|
| |||
{
this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, [[#variablea059ed80]]);
this.scribe.printTrailingComment();
this.scribe.alignFragment( [[#variablea0541e60]], i);
if ( [[#variablea059ede0]]) {
this.scribe.space();
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a059ed80]] | insertSpaceBeforeComma |
| 1 | 2 | [[#a059ed80]] | spaceBeforeComma |
| 2 | 1 | [[#a0541e60]] | multiFieldDeclarationsAlignment |
| 2 | 2 | [[#a0541e60]] | throwsAlignment |
| 3 | 1 | [[#a059ede0]] | insertSpaceAfterComma |
| 3 | 2 | [[#a059ede0]] | spaceAfterComma |