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.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 132 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/AbstractSerialVersionOperation.java |
2 | 2 | 546 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
fragment.setName(ast.newSimpleName(NAME_FIELD)); final FieldDeclaration declaration = ast.newFieldDeclaration(fragment); |
| ||||
fragment.setName(ast.newSimpleName(fEnclosingInstanceFieldName)); final FieldDeclaration newField = ast.newFieldDeclaration(fragment); |
| |||
fragment.setName(ast.newSimpleName( [[#variable76c2c600]])); final FieldDeclaration [[#variable76c2fd80]]= ast.newFieldDeclaration(fragment); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c2c600]] | NAME_FIELD |
1 | 2 | [[#76c2c600]] | fEnclosingInstanceFieldName |
2 | 1 | [[#76c2fd80]] | declaration |
2 | 2 | [[#76c2fd80]] | newField |