Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 147 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestMethodSelectionDialog.java |
2 | 1 | 503 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
3 | 1 | 147 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FindBrokenNLSKeysAction.java |
| ||||
IType[] testTypes = (IType[]) result.toArray(new IType[result.size()]); |
| ||||
IType[] destinationClassesForAbstract = (IType[]) list.toArray(new IType[list.size()]); |
| ||||
IType[] accessorClasses = (IType[]) wrappers.toArray(new IType[wrappers.size()]); |
| |||
IType[] [[#variable63a63760]]= (IType[]) [[#variable63a636e0]].toArray(new IType[ [[#variable63a636e0]].size()]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63a63760]] | testTypes |
1 | 2 | [[#63a63760]] | destinationClassesForAbstract |
1 | 3 | [[#63a63760]] | accessorClasses |
2 | 1 | [[#63a636e0]] | result |
2 | 2 | [[#63a636e0]] | list |
2 | 3 | [[#63a636e0]] | wrappers |