File path: /emf-2.4.1/src/org/eclipse/emf/common/command/BasicCommandStack.java | File path: /emf-2.4.1/src/org/eclipse/emf/common/command/CompoundCommand.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.EventObject;↵ | 3 | import java.util.Collections;↵ | |
4 | import java.util.Iterator;↵ | 4 | import java.util.List;↵ | |
5 | import java.util.List;↵ | 5 | import java.util.ListIterator;↵ | |
6 | import org.eclipse.emf.common.CommonPlugin;↵ | 6 | import org.eclipse.emf.common.CommonPlugin;↵ | |
7 | import org.eclipse.emf.common.util.WrappedException; | 7 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |