protected Registry delegateRegistry; /** * Creates an instance. * @param delegateRegistry <code>null</code> or a registration that should act as the delegate. */ public Impl(Registry delegateRegistry) { this.delegateRegistry = delegateRegistry;
protected Registry delegateRegistry; /** * Creates an instance. * @param delegateRegistry <code>null</code> or a registration that should act as the delegate. */ public Impl(Registry delegateRegistry) { this.delegateRegistry = delegateRegistry;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java File path: /emf-2.4.1/src/org/eclipse/emf/edit/provider/IChildCreationExtender.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected Registry delegateRegistry;
1
protected Registry delegateRegistry;
2
        
3
        /**
2
        /**
4
         * Creates an instance.
3
         * Creates an instance.
5
         * @param delegateRegistry <code>null</code> or a registration that should act as the delegate.
4
         * @param delegateRegistry <code>null</code> or a registration that should act as the delegate.
6
         */
5
         */
7
        public Impl(Registry delegateRegistry)
6
        public Impl(Registry delegateRegistry)
8
        {
7
        {
9
          this.delegateRegistry = delegateRegistry;
8
          this.delegateRegistry = delegateRegistry;
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