CloneSet1796


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15295
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java
22320
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
295
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java

// We'll need to keep track of the information we use to create the
// command, so that we can recreate it in drop.
dragAndDropCommandInformation = new DragAndDropCommandInformation(domain, target, location, event.operations, originalOperation, source);
// Remember the target; create the command and test if it is executable.
//
commandTarget = target;


First
Previous
Clone Instance
2
Line Count
2
Source Line
320
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/dnd/EditingDomainViewerDropAdapter.java

// If not, dispose the current command and create a new one.
//
dragAndDropCommandInformation = new DragAndDropCommandInformation(domain, target, location, event.operations, originalOperation, source);
commandTarget = target;


Clone AbstractionParameter Count: 0Parameter Bindings

// If not, dispose the current command and create a new one.
//
// We'll need to keep track of the information we use to create the
// command, so that we can recreate it in drop.
dragAndDropCommandInformation = new DragAndDropCommandInformation(domain, target, location, event.operations, originalOperation, source);
// Remember the target; create the command and test if it is executable.
//
commandTarget = target;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None