if (resourceAttributes == null) { resourceAttributes = resource.getResourceAttributes(); } resourceAttributes.setArchive(archive);
if (resourceAttributes == null) { resourceAttributes = resource.getResourceAttributes(); } result.put(URIConverter.ATTRIBUTE_ARCHIVE, resourceAttributes.isArchive());
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/PlatformResourceURIHandlerImpl.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/resource/impl/PlatformResourceURIHandlerImpl.java
Method name: void updateAttributes(String, Map, Map) Method name: Map attributes(String, Map)
Number of AST nodes: 3 Number of AST nodes: 3
1
if (resourceAttributes == null)
1
if (resourceAttributes == null)
2
            {
2
          
3
  
3
{
4
            resourceAttributes = resource.getResourceAttributes();
4
            resourceAttributes = resource.getResourceAttributes();
5
            }
5
          }
6
            resourceAttributes.setArchive(archive);
6
          result.put(URIConverter.ATTRIBUTE_ARCHIVE,  resourceAttributes.isArchive());
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 comparisons6
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements2
    Number of unmapped statements in the first code fragment1
    Number of unmapped statements in the second code fragment1
    Time elapsed for statement mapping (ms)0.4
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    15
    if (resourceAttributes == null)
    12
    if (resourceAttributes == null)
    16
    resourceAttributes = resource.getResourceAttributes();
    13
    resourceAttributes = resource.getResourceAttributes();
                                                                                                                                                                
    14
    result.put(URIConverter.ATTRIBUTE_ARCHIVE, resourceAttributes.isArchive());
    17
    resourceAttributes.setArchive(archive);
                                                                                          
    Precondition Violations (0)
    Row Violation