Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.958 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3250 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 4 | 1554 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNamedo); final int line = this.scribe.line; final Statement action = doStatement.action; |
| ||||
this.scribe.printNextToken(TerminalTokens.TokenNamedo); final int line = this.scribe.line; final Statement action = node.getBody(); |
| |||
this.scribe.printNextToken(TerminalTokens.TokenNamedo); final int line = this.scribe.line; final Statement action = [[#variable59e91e20]] [[#variable59e91e40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59e91e20]] | doStatement |
1 | 2 | [[#59e91e20]] | node |
2 | 1 | [[#59e91e40]] | .action |
2 | 2 | [[#59e91e40]] | .getBody() |