import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import org.eclipse.emf.common.command.Command; import org.eclipse.emf.common.command.AbstractCommand; import org.eclipse.emf.edit.EMFEditPlugin; import org.eclipse.emf.edit.domain.EditingDomain;
import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import org.eclipse.emf.common.command.Command; import org.eclipse.emf.common.command.CommandWrapper; import org.eclipse.emf.edit.EMFEditPlugin; import org.eclipse.emf.edit.domain.EditingDomain;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/CopyToClipboardCommand.java File path: /emf-2.4.1/src/org/eclipse/emf/edit/command/CutToClipboardCommand.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
import java.util.ArrayList;
1
import java.util.ArrayList;
2
import java.util.Collection;
2
import java.util.Collection;
3
import java.util.Collections;
3
import java.util.Collections;
4
import org.eclipse.emf.common.command.Command;
4
import org.eclipse.emf.common.command.Command;
5
import org.eclipse.emf.common.command.AbstractCommand;
5
import org.eclipse.emf.common.command.CommandWrapper;
6
import org.eclipse.emf.edit.EMFEditPlugin;
6
import org.eclipse.emf.edit.EMFEditPlugin;
7
import org.eclipse.emf.edit.domain.EditingDomain;
7
import org.eclipse.emf.edit.domain.EditingDomain;
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