import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import org.eclipse.emf.common.command.AbstractCommand; import org.eclipse.emf.common.command.Command; import org.eclipse.emf.common.command.CompoundCommand; import org.eclipse.emf.edit.command.AddCommand; import org.eclipse.emf.edit.command.CommandParameter; import org.eclipse.emf.edit.command.RemoveCommand; import org.eclipse.emf.mapping.Mapping; import org.eclipse.emf.mapping.MappingPackage; import org.eclipse.emf.mapping.MappingPlugin; import org.eclipse.emf.mapping.domain.MappingDomain;
import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import org.eclipse.emf.common.command.AbstractCommand; import org.eclipse.emf.common.command.Command; import org.eclipse.emf.common.command.CompoundCommand; import org.eclipse.emf.edit.command.AddCommand; import org.eclipse.emf.edit.command.CommandParameter; import org.eclipse.emf.edit.command.RemoveCommand; import org.eclipse.emf.mapping.Mapping; import org.eclipse.emf.mapping.MappingPackage; import org.eclipse.emf.mapping.MappingPlugin; import org.eclipse.emf.mapping.domain.MappingDomain;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java File path: /emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveMappingCommand.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.AbstractCommand;
4
import org.eclipse.emf.common.command.AbstractCommand;
5
import org.eclipse.emf.common.command.Command;
5
import org.eclipse.emf.common.command.Command;
6
import org.eclipse.emf.common.command.CompoundCommand;
6
import org.eclipse.emf.common.command.CompoundCommand;
7
import org.eclipse.emf.edit.command.AddCommand;
7
import org.eclipse.emf.edit.command.AddCommand;
8
import org.eclipse.emf.edit.command.CommandParameter;
8
import org.eclipse.emf.edit.command.CommandParameter;
9
import org.eclipse.emf.edit.command.RemoveCommand;
9
import org.eclipse.emf.edit.command.RemoveCommand;
10
import org.eclipse.emf.mapping.Mapping;
10
import org.eclipse.emf.mapping.Mapping;
11
import org.eclipse.emf.mapping.MappingPackage;
11
import org.eclipse.emf.mapping.MappingPackage;
12
import org.eclipse.emf.mapping.MappingPlugin;
12
import org.eclipse.emf.mapping.MappingPlugin;
13
import org.eclipse.emf.mapping.domain.MappingDomain;
13
import org.eclipse.emf.mapping.domain.MappingDomain;
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