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.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 216 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
2 | 1 | 334 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/OverrideMethodDialog.java |
| ||||
// Make sure we have a copy since we are modifing the fExceptions list ITypeBinding[] exceptions = (ITypeBinding[]) fExceptions.toArray(new ITypeBinding[fExceptions.size()]); |
| ||||
ITypeBinding[] typesArrays = (ITypeBinding[]) types.toArray(new ITypeBinding[types.size()]); |
| |||
// Make sure we have a copy since we are modifing the fExceptions list ITypeBinding[] [[#variableb94a21a0]]= (ITypeBinding[]) [[#variableb94a2100]].toArray(new ITypeBinding[ [[#variableb94a2100]].size()]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b94a21a0]] | exceptions |
1 | 2 | [[#b94a21a0]] | typesArrays |
2 | 1 | [[#b94a2100]] | fExceptions |
2 | 2 | [[#b94a2100]] | types |