Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 399 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
2 | 2 | 416 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
| ||||
int accessmode = fAccessModes[i]; int othermode = others[i]; |
| ||||
int accessMode = fAccessModes[i]; int otherMode = others[i]; |
| |||
int [[#variablec3396800]]= fAccessModes[i]; int [[#variablec3396cc0]]= others[i]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c3396800]] | accessMode |
1 | 2 | [[#c3396800]] | accessmode |
2 | 1 | [[#c3396cc0]] | otherMode |
2 | 2 | [[#c3396cc0]] | othermode |