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());
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.1 |
Clones location | Clones are declared in the same class |
Number of node comparisons | 6 |
-
{Refactorable}
Mapping Summary
Number of mapped statements | 2 |
Number of unmapped statements in the first code fragment | 1 |
Number of unmapped statements in the second code fragment | 1 |
Time elapsed for statement mapping (ms) | 0.4 |
Clone type | Type 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 |