import org.eclipse.emf.common.command.CommandStackListener; import org.eclipse.emf.common.command.CommandWrapper; import org.eclipse.emf.edit.command.CommandActionDelegate; import org.eclipse.emf.edit.command.CommandParameter; import org.eclipse.emf.edit.domain.EditingDomain; import org.eclipse.emf.edit.ui.action.CommandAction; import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry; import org.eclipse.emf.mapping.MappingPlugin; import org.eclipse.emf.mapping.command.CreateMappingCommand; import org.eclipse.emf.mapping.domain.MappingDomain; import org.eclipse.emf.mapping.presentation.IComposedSelection;
import org.eclipse.emf.common.command.CommandStackListener; import org.eclipse.emf.common.command.CommandWrapper; import org.eclipse.emf.edit.command.CommandActionDelegate; import org.eclipse.emf.edit.command.CommandParameter; import org.eclipse.emf.edit.domain.EditingDomain; import org.eclipse.emf.edit.ui.action.CommandAction; import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry; import org.eclipse.emf.mapping.MappingPlugin; import org.eclipse.emf.mapping.command.CreateMappingCommand; import org.eclipse.emf.mapping.domain.MappingDomain; import org.eclipse.emf.mapping.provider.MappingItemProvider;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateMappingAction.java File path: /emf-2.4.1/src/org/eclipse/emf/mapping/action/CreateOneSidedMappingAction.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
import org.eclipse.emf.common.command.CommandStackListener;
1
import org.eclipse.emf.common.command.CommandStackListener;
2
import org.eclipse.emf.common.command.CommandWrapper;
2
import org.eclipse.emf.common.command.CommandWrapper;
3
import org.eclipse.emf.edit.command.CommandActionDelegate;
3
import org.eclipse.emf.edit.command.CommandActionDelegate;
4
import org.eclipse.emf.edit.command.CommandParameter;
4
import org.eclipse.emf.edit.command.CommandParameter;
5
import org.eclipse.emf.edit.domain.EditingDomain;
5
import org.eclipse.emf.edit.domain.EditingDomain;
6
import org.eclipse.emf.edit.ui.action.CommandAction;
6
import org.eclipse.emf.edit.ui.action.CommandAction;
7
import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;
7
import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;
8
import org.eclipse.emf.mapping.MappingPlugin;
8
import org.eclipse.emf.mapping.MappingPlugin;
9
import org.eclipse.emf.mapping.command.CreateMappingCommand;
9
import org.eclipse.emf.mapping.command.CreateMappingCommand;
10
import org.eclipse.emf.mapping.domain.MappingDomain;
10
import org.eclipse.emf.mapping.domain.MappingDomain;
11
import org.eclipse.emf.mapping.presentation.IComposedSelection;
11
import org.eclipse.emf.mapping.provider.MappingItemProvider;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0