Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.973 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 137 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java |
2 | 7 | 175 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java |
| |||||
/** * This is called when the mouse first enters or starts dragging in the viewer. */ @Override public void dragEnter(DropTargetEvent event) { // Remember the requested operation. originalOperation = event.detail; helper(event); } |
| |||||
/** * This is called when the operation has changed in some way, typically because the user changes keyboard modifiers. */ @Override public void dragOperationChanged(DropTargetEvent event) { // Remember the requested operation. originalOperation = event.detail; helper(event); } |
| |||
/** * This is called when the operation has changed in some way, typically because the user changes keyboard modifiers. */ /** * This is called when the mouse first enters or starts dragging in the viewer. */ @Override public void [[#variable17645400]](DropTargetEvent event) { // Remember the requested operation. originalOperation = event.detail; helper(event); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17645400]] | dragEnter |
1 | 2 | [[#17645400]] | dragOperationChanged |