if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED, "_UI_EGenericTypeInvalidPrimitiveType_diagnostic", new Object[] { instanceClassName }, new Object[] { eGenericType }, context)); }
if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_CONFLICT, "_UI_EClassConsistentSuperTypes_diagnostic", new Object [] { getObjectLabel(eClassifier, context) }, new Object[] { eClass, eGenericSuperType, eAllGenericSuperTypes.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 validateEGenericType_ConsistentType(EGenericType, 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
    {
3
          return false;
4
              return false;
4
        }
5
        
6
    }
5
        else
7
            else
6
        {
8
            {
7
          result = false;
9
              result = false;
8
          diagnostics.add
10
              diagnostics.add
9
            (createDiagnostic
11
                (createDiagnostic
10
              (Diagnostic.ERROR,
12
                  (Diagnostic.ERROR,
11
               DIAGNOSTIC_SOURCE,
13
                   DIAGNOSTIC_SOURCE,
12
               CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED,
14
                   CONSISTENT_
13
               "_UI_EGenericTypeInvalidPrimitive
15
SUPER_TYPES_CONFLICT,
14
Type_diagnostic",
16
                   "_UI_EClassConsistentSuperTypes_diagnostic",
15
               new Object[] { instanceClassName },
17
                   new Object [] { 
18
getObjectLabel(eClassifier, context) },
16
               new Object[] { eGenericType },
19
                   new Object[] { e
20
Class, eGenericSuperType,  eAllGenericSuperTypes.get(index) },
17
               context));
21
                   context));
18
        }
22
            }
Summary
Number of common nesting structure subtrees1
Number of refactorable cases0
Number of non-refactorable cases1
Time elapsed for finding largest common nesting structure subtrees (ms)0.2
Clones locationClones are declared in the same class
Number of node comparisons17
  1. {Non-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)1490.5
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    63
    if (diagnostics == null)
    22
    if (diagnostics == null)
    64
    return false;
    64
    return false;
    23
    return false;
    Preondition Violations
    Conditional return false;
    Conditional return false;
    23
    return false;
    else
    else
    65
    result = false;
    24
    result = false;
    66
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED, "_UI_EGenericTypeInvalidPrimitiveType_diagnostic", new Object[] {instanceClassName}, new Object[] {eGenericType}, context));
    66
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTED, "_UI_EGenericTypeInvalidPrimitiveType_diagnostic", new Object[] {instanceClassName}, new Object[] {eGenericType}, context));
    25
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_CONFLICT, "_UI_EClassConsistentSuperTypes_diagnostic", new Object[] {getObjectLabel(eClassifier, context)}, new Object[] {eClass, eGenericSuperType, eAllGenericSuperTypes.get(index)}, context));
    Differences
    Expression1Expression2Difference
    CONSISTENT_TYPE_PRIMITIVE_TYPE_NOT_PERMITTEDCONSISTENT_SUPER_TYPES_CONFLICTVARIABLE_NAME_MISMATCH
    "_UI_EGenericTypeInvalidPrimitiveType_diagnostic""_UI_EClassConsistentSuperTypes_diagnostic"LITERAL_VALUE_MISMATCH
    instanceClassNamegetObjectLabel(eClassifier,context)TYPE_COMPATIBLE_REPLACEMENT
    {eGenericType}{eClass,eGenericSuperType,eAllGenericSuperTypes.get(index)}ARRAY_INITIALIZER_EXPRESSION_NUMBER_MISMATCH
    25
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_SUPER_TYPES_CONFLICT, "_UI_EClassConsistentSuperTypes_diagnostic", new Object[] {getObjectLabel(eClassifier, context)}, new Object[] {eClass, eGenericSuperType, eAllGenericSuperTypes.get(index)}, context));
    Precondition Violations (2)
    Row Violation
    1Conditional return false;
    2Conditional return false;