public EMFUpdateListStrategy(int updatePolicy)
{
this(true, updatePolicy);
}
public EMFUpdateListStrategy(boolean provideDefaults, int updatePolicy)
{
super(provideDefaults, updatePolicy);
public EMFUpdateValueStrategy(int updatePolicy)
{
this(true, updatePolicy);
}
public EMFUpdateValueStrategy(boolean provideDefaults, int updatePolicy)
{
super(provideDefaults, updatePolicy);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/databinding/EMFUpdateListStrategy.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/databinding/EMFUpdateValueStrategy.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public EMFUpdateListStrategy(int updatePolicy)↵ | | 1 | public EMFUpdateValueStrategy(int updatePolicy)↵
|
2 | {↵ | | 2 | {↵
|
3 | this(true, updatePolicy);↵ | | 3 | this(true, updatePolicy);↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public EMFUpdateListStrategy(boolean provideDefaults, int updatePolicy)↵ | | 5 | public EMFUpdateValueStrategy(boolean provideDefaults, int updatePolicy)↵
|
6 | {↵ | | 6 | {↵
|
7 | super(provideDefaults, updatePolicy); | | 7 | super(provideDefaults, updatePolicy);
|
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 |