Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3256 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 2 | 3708 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
3 | 2 | 5272 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
formatLeftCurlyBrace(line, this.preferences.brace_position_for_block); action.traverse(this, scope); |
| ||||
formatLeftCurlyBrace(line, this.preferences.brace_position_for_block); thenStatement.traverse(this, scope); |
| ||||
formatLeftCurlyBrace(line, this.preferences.brace_position_for_block); action.traverse(this, scope); |
| |||
formatLeftCurlyBrace(line, this.preferences.brace_position_for_block); [[#variable6073cbe0]].traverse(this, scope); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6073cbe0]] | action |
1 | 2 | [[#6073cbe0]] | thenStatement |
1 | 3 | [[#6073cbe0]] | action |