CloneSet571


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.985method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14152
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateMappingAction.java
24140
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateOneSidedMappingAction.java
34176
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/RemoveMappingAction.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
152
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateMappingAction.java

/**
 * Create the command for this action
 */
@Override protected Command createActionCommand(EditingDomain editingDomain, Collection<? > collection) {
  return editingDomain.createCommand(DelegateCommand.class , new CommandParameter(null, null, collection));
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
140
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateOneSidedMappingAction.java

/**
 * Create the command for this action
 */
@Override protected Command createActionCommand(EditingDomain editingDomain, Collection<? > collection) {
  return editingDomain.createCommand(DelegateCommand.class , new CommandParameter(null, null, collection));
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
176
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/action/RemoveMappingAction.java

/**
 * Create the command for this action
 */
@Override protected Command createActionCommand(EditingDomain editingDomain, Collection<? > collection) {
  return editingDomain.createCommand(CommandDelegate.class , new CommandParameter(null, null, collection));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * Create the command for this action
   */
@Override protected Command createActionCommand(EditingDomain editingDomain, Collection<? > collection) {
  return editingDomain.createCommand( [[#variable17351780]].class , new CommandParameter(null, null, collection));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17351780]]
DelegateCommand 
12[[#17351780]]
DelegateCommand 
13[[#17351780]]
CommandDelegate