| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 2 | 0.974 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 187 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java |
| 2 | 1 | 188 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/SortMembersOperation.java |
| ||||
String name1 = ((VariableDeclarationFragment) field1.fragments().get(0)).getName().getIdentifier(); |
| ||||
String name2 = ((VariableDeclarationFragment) field2.fragments().get(0)).getName().getIdentifier(); |
| |||
String [[#variablebc5bb700]]= ((VariableDeclarationFragment) [[#variablebc5bb760]].fragments().get(0)).getName().getIdentifier(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bc5bb700]] | name2 |
| 1 | 2 | [[#bc5bb700]] | name1 |
| 2 | 1 | [[#bc5bb760]] | field2 |
| 2 | 2 | [[#bc5bb760]] | field1 |