if (enumerationLiterals == null)
{
setEnumerationFacet(basicGetEnumerationFacet(eDataType));
}
return enumerationLiterals;
if (eLiterals == null)
{
eLiterals = new EObjectContainmentWithInverseEList<EEnumLiteral>(EEnumLiteral.class, this, EcorePackage.EENUM__ELITERALS, EcorePackage.EENUM_LITERAL__EENUM);
}
return eLiterals;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicExtendedMetaData.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/EEnumImpl.java
|
Method name: List getEnumerationFacet()
|
|
Method name: EList getELiterals()
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | if (enumerationLiterals == null)↵ | | 1 | if (eLiterals == null)↵
|
2 | {↵ | | 2 | {↵
|
3 | setEnumerationFacet(basicGetEnumerationFacet(eDataType));↵ | | 3 | eLiterals = new EObjectContainmentWithInverseEList<EEnumLiteral>(EEnumLiteral.class, this, EcorePackage.EENUM__ELITERALS, EcorePackage.EENUM_LITERAL__EENUM);↵
|
4 | }↵ | | 4 | }↵
|
5 | return enumerationLiterals; | | 5 | return eLiterals;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.1 |
Clones location | Clones are in different classes |
Number of node comparisons | 5 |
-
{Non-refactorable}
Mapping Summary
Number of mapped statements | 1 |
Number of unmapped statements in the first code fragment | 2 |
Number of unmapped statements in the second code fragment | 2 |
Time elapsed for statement mapping (ms) | 0.7 |
Clone type | Type 2 |
Mapped Statements
ID |
Statement |
|
ID |
Statement |
1 | if (enumerationLiterals == null) | | 1 | if (eLiterals == null) |
| | | 2 | eLiterals = new EObjectContainmentWithInverseEList<EEnumLiteral>(EEnumLiteral.class, this, EcorePackage.EENUM__ELITERALS, EcorePackage.EENUM_LITERAL__EENUM); |
2 | setEnumerationFacet(basicGetEnumerationFacet(eDataType)); | | | |
| | | 3 | return eLiterals; |
3 | return enumerationLiterals; | | | |
Precondition Violations (3)
Row |
Violation |
1 | Type java.util.List<java.lang.String> of variable enumerationLiterals does not match with type org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EEnumLiteral> of variable eLiterals |
2 | Unmatched return eLiterals; |
3 | Unmatched return enumerationLiterals; |