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.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 156 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java |
2 | 2 | 159 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/SelectionTransferDropAdapter.java |
| ||||
if ((event.operations& DND.DROP_MOVE) != 0) { return handleValidateMove(target, event); } |
| ||||
if ((event.operations& DND.DROP_COPY) != 0) { return handleValidateCopy(target, event); } |
| |||
if ((event.operations&DND. [[#variable5ba15b00]]) != 0) { return [[#variable5ba159e0]](target, event); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ba15b00]] | DROP_MOVE |
1 | 2 | [[#5ba15b00]] | DROP_COPY |
2 | 1 | [[#5ba159e0]] | handleValidateMove |
2 | 2 | [[#5ba159e0]] | handleValidateCopy |