if (resourceAttributes == null)
{
resourceAttributes = resource.getResourceAttributes();
}
resourceAttributes.setHidden(hidden);
if (resourceAttributes == null)
{
resourceAttributes = resource.getResourceAttributes();
}
result.put(URIConverter.ATTRIBUTE_DIRECTORY, resource instanceof IContainer);
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 | ↵ | | 6 | }↵
|
7 | resourceAttributes.setHidden(hidden); | | 7 | result.put(URIConverter.ATTRIBUTE_DIRECTORY, resource instanceof IContainer);
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.2 |
Clones location | Clones are declared in the same class |
Number of node comparisons | 6 |
-
{Non-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.5 |
Clone type | Type 2 |
Mapped Statements
ID |
Statement |
|
ID |
Statement |
25 | if (resourceAttributes == null) | | 24 | if (resourceAttributes == null) |
26 | resourceAttributes = resource.getResourceAttributes(); | | 25 | resourceAttributes = resource.getResourceAttributes(); |
| | | 26 | result.put(URIConverter.ATTRIBUTE_DIRECTORY, resource instanceof IContainer); |
27 | resourceAttributes.setHidden(hidden); | | | |
Precondition Violations (1)
Row |
Violation |
1 | Clone fragment #1 returns variables resourceAttributes , while Clone fragment #2 returns variables |