Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1514 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 11 | 2340 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
if (localDeclaration.modifiers != NO_MODIFIERS || localDeclaration.annotations != null) { this.scribe.printComment(); this.scribe.printModifiers(localDeclaration.annotations, this ); this.scribe.space(); } /* * Argument type */ if (localDeclaration.type != null) { localDeclaration.type.traverse(this, scope); } |
| ||||
if (argument.modifiers != NO_MODIFIERS || argument.annotations != null) { this.scribe.printComment(); this.scribe.printModifiers(argument.annotations, this ); this.scribe.space(); } /* * Argument type */ if (argument.type != null) { argument.type.traverse(this, scope); } |
| |||
if ( [[#variablea076a220]].modifiers != NO_MODIFIERS || [[#variablea076a220]].annotations != null) { this.scribe.printComment(); this.scribe.printModifiers( [[#variablea076a220]].annotations, this ); this.scribe.space(); } /* * Argument type */ /* * Argument type */ if ( [[#variablea076a220]].type != null) { [[#variablea076a220]].type.traverse(this, scope); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a076a220]] | argument |
1 | 2 | [[#a076a220]] | localDeclaration |