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;
|
See real code fragment |
|
See real code fragment |
Summary
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 |