public Wrapper getWrapper()
{
return wrapper;
}
public void setWrapper(Wrapper wrapper)
{
this.wrapper = wrapper;
}
public FeatureMap featureMap()
{
return this;
public Wrapper getWrapper()
{
return wrapper;
}
public void setWrapper(Wrapper wrapper)
{
this.wrapper = wrapper;
}
public FeatureMap featureMap()
{
return this;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMapUtil.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public Wrapper getWrapper()↵ | | 1 | public Wrapper getWrapper()↵
|
2 | {↵ | | 2 | ↵
|
| | | 3 | {↵
|
3 | return wrapper;↵ | | 4 | return wrapper;↵
|
4 | }↵ | | 5 | }↵
|
|
5 | public void setWrapper(Wrapper wrapper)↵ | | 6 | public void setWrapper(Wrapper wrapper)↵
|
6 | {↵ | | 7 | {↵
|
7 | this.wrapper = wrapper;↵ | | 8 | this.wrapper = wrapper;↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public FeatureMap featureMap()↵ | | 10 | public FeatureMap featureMap()↵
|
10 | {↵ | | 11 | ↵
|
| | | 12 | {↵
|
11 | return this; | | 13 | return this;
|
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 |