Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.963 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1429 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 3 | 1444 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
{ MultiFieldDeclaration multiField = (MultiFieldDeclaration) member; format(multiField, this, null, isChunkStart, i == 0); } |
| ||||
{ FieldDeclaration field = (FieldDeclaration) member; format(field, this, null, isChunkStart, i == 0); } |
| |||
{ [[#variable645c9680]] [[#variable645c9520]]= ( [[#variable645c9680]]) member; format( [[#variable645c9520]], this, null, isChunkStart, i == 0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#645c9680]] | MultiFieldDeclaration |
1 | 2 | [[#645c9680]] | FieldDeclaration |
2 | 1 | [[#645c9520]] | multiField |
2 | 2 | [[#645c9520]] | field |