Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.982 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 545 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 5 | 626 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
Alignment memberAlignment = this.scribe.getMemberAlignment(); this.scribe.printComment(); this.scribe.printModifiers(fieldDeclaration.annotations, this ); this.scribe.space(); |
| ||||
Alignment fieldAlignment = this.scribe.getMemberAlignment(); this.scribe.printComment(); this.scribe.printModifiers(multiFieldDeclaration.annotations, this ); this.scribe.space(); |
| |||
Alignment [[#variable63faa940]]= this.scribe.getMemberAlignment(); this.scribe.printComment(); this.scribe.printModifiers( [[#variable63faa8a0]].annotations, this ); this.scribe.space(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63faa940]] | memberAlignment |
1 | 2 | [[#63faa940]] | fieldAlignment |
2 | 1 | [[#63faa8a0]] | fieldDeclaration |
2 | 2 | [[#63faa8a0]] | multiFieldDeclaration |