if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, UNIQUE_NS_URIS, "_UI_EPackageUniqueNsURIs_diagnostic", new Object[] { nsURI }, new Object[] { ePackage, otherEPackage }, context)); }
if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_DUPLICATE, "_UI_EClassNoDuplicateSuperTypes_diagnostic", new Object [] { eGenericSuperTypes.indexOf(eGenericSuperType), index }, new Object[] { eClass, eGenericSuperType, eGenericSuperTypes.get(index) }, context)); }
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java
Method name: boolean validateEPackage_UniqueNsURIs(EPackage, DiagnosticChain, Map) Method name: boolean validateEClass_ConsistentSuperTypes(EClass, DiagnosticChain, Map)
Number of AST nodes: 4 Number of AST nodes: 4
1
if (diagnostics == null)
1
if (diagnostics == null)
2
          {
2
          {
3
            return false;
3
            return false;
4
          }
4
          }
5
          else
5
          else
6
          {
6
          {
7
            result = false;
7
            result = false;
8
            diagnostics.add
8
            diagnostics.add
9
              (createDiagnostic
9
              (createDiagnostic
10
                (Diagnostic.ERROR,
10
                (Diagnostic.ERROR,
11
                 DIAGNOSTIC_SOURCE,
11
                 DIAGNOSTIC_SOURCE,
12
                 UNIQUE_NS_URIS,
12
                 
13
                 "_UI_EPackageUniqueNsURI
13
CONSISTENT_SUPER_TYPES_DUPLICATE,
14
s_diagnostic", 
14
                 "_UI_EClassNoDuplicateSuperTypes_diagnostic",
15
                 new Object[] { nsURI },
15
                 new Object [] { 
16
                 new Object[] { ePackage, otherEPackage
16
eGenericSuperTypes.indexOf(eGenericSuperType), index },
17
 },
17
                 new Object[] { eClass, eGenericSuperType,  eGenericSuperTypes.get(index) },
18
                 context));
18
                 context));
19
          }
19
          }
Summary
Number of common nesting structure subtrees1
Number of refactorable cases1
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.1
Clones locationClones are declared in the same class
Number of node comparisons18
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements4
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)6.9
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    14
    if (diagnostics == null)
    9
    if (diagnostics == null)
    15
    return false;
    10
    return false;
    else
    else
    16
    result = false;
    11
    result = false;
    17
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, UNIQUE_NS_URIS, "_UI_EPackageUniqueNsURIs_diagnostic", new Object[] {nsURI}, new Object[] {ePackage, otherEPackage}, context));
    17
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, UNIQUE_NS_URIS, "_UI_EPackageUniqueNsURIs_diagnostic", new Object[] {nsURI}, new Object[] {ePackage, otherEPackage}, context));
    12
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_DUPLICATE, "_UI_EClassNoDuplicateSuperTypes_diagnostic", new Object[] {eGenericSuperTypes.indexOf(eGenericSuperType), index}, new Object[] {eClass, eGenericSuperType, eGenericSuperTypes.get(index)}, context));
    Differences
    Expression1Expression2Difference
    UNIQUE_NS_URISCONSISTENT_SUPER_TYPES_DUPLICATEVARIABLE_NAME_MISMATCH
    "_UI_EPackageUniqueNsURIs_diagnostic""_UI_EClassNoDuplicateSuperTypes_diagnostic"LITERAL_VALUE_MISMATCH
    {nsURI}{eGenericSuperTypes.indexOf(eGenericSuperType),index}ARRAY_INITIALIZER_EXPRESSION_NUMBER_MISMATCH
    {ePackage,otherEPackage}{eClass,eGenericSuperType,eGenericSuperTypes.get(index)}ARRAY_INITIALIZER_EXPRESSION_NUMBER_MISMATCH
    12
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_DUPLICATE, "_UI_EClassNoDuplicateSuperTypes_diagnostic", new Object[] {eGenericSuperTypes.indexOf(eGenericSuperType), index}, new Object[] {eClass, eGenericSuperType, eGenericSuperTypes.get(index)}, context));
    Precondition Violations (0)
    Row Violation