Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.956 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2773 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 3 | 3910 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
{ formatBlock(block, scope, this.preferences.brace_position_for_block, this.preferences.insert_space_before_opening_brace_in_block); return false; } |
| ||||
{ formatLocalDeclaration(localDeclaration, scope, this.preferences.insert_space_before_comma_in_multiple_local_declarations, this.preferences.insert_space_after_comma_in_multiple_local_declarations); return false; } |
| |||
{ [[#variable50200100]]( [[#variable502000c0]], scope, this.preferences. [[#variable50200160]], this.preferences. [[#variable50200140]]); return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50200100]] | formatLocalDeclaration |
1 | 2 | [[#50200100]] | formatBlock |
2 | 1 | [[#502000c0]] | localDeclaration |
2 | 2 | [[#502000c0]] | block |
3 | 1 | [[#50200160]] | insert_space_before_comma_in_multiple_local_declarations |
3 | 2 | [[#50200160]] | brace_position_for_block |
4 | 1 | [[#50200140]] | insert_space_after_comma_in_multiple_local_declarations |
4 | 2 | [[#50200140]] | insert_space_before_opening_brace_in_block |