if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, WELL_FORMED_MAP_ENTRY_CLASS, "_UI_EClassNotWellFormedMapEntry_diagnostic", new Object[] { "key" }, new Object[] { eClass }, context)); }
if (diagnostics == null) { return false; } else { result = false; diagnostics.add (createDiagnostic (Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_KEYS, "_UI_EReferenceConsistentKeys_diagnostic", new Object[] { getObjectLabel(eAttribute, context) }, new Object[] { eReference, eAttribute }, 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 validateEClass_WellFormedMapEntryClass(EClass, DiagnosticChain, Map) Method name: boolean validateEReference_ConsistentKeys(EReference, 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
            }
5
        else
6
            else
6
        {
7
          
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
               WELL_FORMED_MAP_ENTRY_CLASS,
14
               
13
               "_UI_EClassNotWellFormedMapEntry
15
    CONSISTENT_KEYS,
14
_diagnostic",
16
                   "_UI_EReferenceConsistentKeys_diagnostic",
15
               new Object[] { "key" },
17
                   new Object[] { 
18
getObjectLabel(eAttribute, context) },
16
               new Object[] { eClass },
19
                   new Object[] { e
20
Reference, eAttribute },
17
               context));
21
                   context));
18
        }
22
            }
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.2
Clones locationClones are declared in the same class
Number of node comparisons17
  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)1474.3
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    5
    if (diagnostics == null)
    8
    if (diagnostics == null)
    6
    return false;
    9
    return false;
    else
    else
    7
    result = false;
    10
    result = false;
    8
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, WELL_FORMED_MAP_ENTRY_CLASS, "_UI_EClassNotWellFormedMapEntry_diagnostic", new Object[] {"key"}, new Object[] {eClass}, context));
    8
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, WELL_FORMED_MAP_ENTRY_CLASS, "_UI_EClassNotWellFormedMapEntry_diagnostic", new Object[] {"key"}, new Object[] {eClass}, context));
    11
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_KEYS, "_UI_EReferenceConsistentKeys_diagnostic", new Object[] {getObjectLabel(eAttribute, context)}, new Object[] {eReference, eAttribute}, context));
    Differences
    Expression1Expression2Difference
    WELL_FORMED_MAP_ENTRY_CLASSCONSISTENT_KEYSVARIABLE_NAME_MISMATCH
    "_UI_EClassNotWellFormedMapEntry_diagnostic""_UI_EReferenceConsistentKeys_diagnostic"LITERAL_VALUE_MISMATCH
    "key"getObjectLabel(eAttribute,context)TYPE_COMPATIBLE_REPLACEMENT
    {eClass}{eReference,eAttribute}ARRAY_INITIALIZER_EXPRESSION_NUMBER_MISMATCH
    11
    diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, CONSISTENT_KEYS, "_UI_EReferenceConsistentKeys_diagnostic", new Object[] {getObjectLabel(eAttribute, context)}, new Object[] {eReference, eAttribute}, context));
    Precondition Violations (0)
    Row Violation