File path: /emf-2.4.1/src/org/eclipse/emf/ecore/change/provider/ResourceChangeItemProvider.java | File path: /emf-2.4.1/src/org/eclipse/emf/ecore/provider/EClassifierItemProvider.java | |||
Method name: void notifyChanged(Notification)
|
Method name: void notifyChanged(Notification)
|
|||
Number of AST nodes: 11 | Number of AST nodes: 11 | |||
1 | updateChildren(notification);↵ | 1 | updateChildren(notification);↵ | |
2 | switch (notification.getFeatureID(ResourceChange.class))↵ | 2 | switch (notification.getFeatureID(EClassifier.class))↵ | |
3 | {↵ | 3 | {↵ | |
4 | case ChangePackage.RESOURCE_CHANGE__RESOURCE_URI:↵ | 4 | case EcorePackage.ECLASSIFIER__INSTANCE_CLASS_NAME:↵ | |
5 | case ChangePackage.RESOURCE_CHANGE__RESOURCE:↵ | 5 | case EcorePackage.ECLASSIFIER__DEFAULT_VALUE:↵ | |
6 | case ChangePackage.RESOURCE_CHANGE__VALUE:↵ | 6 | case EcorePackage.ECLASSIFIER__INSTANCE_TYPE_NAME:↵ | |
7 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));↵ | 7 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));↵ | |
8 | return;↵ | 8 | return;↵ | |
9 | case ChangePackage.RESOURCE_CHANGE__LIST_CHANGES:↵ | 9 | case EcorePackage.ECLASSIFIER__ETYPE_PARAMETERS:↵ | |
10 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));↵ | 10 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));↵ | |
11 | return;↵ | 11 | return;↵ | |
12 | }↵ | 12 | }↵ | |
13 | super.notifyChanged(notification); | 13 |
| |
See real code fragment | See real code fragment |
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 in different classes having the same super class |
Number of node comparisons | 47 |
Number of mapped statements | 11 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 2.5 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | updateChildren(notification); | 1 | updateChildren(notification); | |||||||||||||||
2 | switch (notification.getFeatureID(ResourceChange.class)) | 2 | switch (notification.getFeatureID(EClassifier.class)) | |||||||||||||||
3 | case ChangePackage.RESOURCE_CHANGE__RESOURCE_URI: |
| 3 | case EcorePackage.ECLASSIFIER__INSTANCE_CLASS_NAME: | ||||||||||||||
4 | case ChangePackage.RESOURCE_CHANGE__RESOURCE: |
| 4 | case EcorePackage.ECLASSIFIER__DEFAULT_VALUE: | ||||||||||||||
5 | case ChangePackage.RESOURCE_CHANGE__VALUE: |
| 5 | case EcorePackage.ECLASSIFIER__INSTANCE_TYPE_NAME: | ||||||||||||||
6 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); | 6 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); | |||||||||||||||
7 | return; | 7 | return; | |||||||||||||||
8 | case ChangePackage.RESOURCE_CHANGE__LIST_CHANGES: |
| 8 | case EcorePackage.ECLASSIFIER__ETYPE_PARAMETERS: | ||||||||||||||
9 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); | 9 | fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false)); | |||||||||||||||
10 | return; | 10 | return; | |||||||||||||||
11 | super.notifyChanged(notification); | 11 | super.notifyChanged(notification); |
Row | Violation |
---|---|
1 | Type org.eclipse.emf.ecore.change.ChangePackage of variable ChangePackage does not match with type org.eclipse.emf.ecore.EcorePackage of variable EcorePackage |
2 | Type org.eclipse.emf.ecore.change.ChangePackage of variable ChangePackage does not match with type org.eclipse.emf.ecore.EcorePackage of variable EcorePackage |
3 | Type org.eclipse.emf.ecore.change.ChangePackage of variable ChangePackage does not match with type org.eclipse.emf.ecore.EcorePackage of variable EcorePackage |
4 | Type org.eclipse.emf.ecore.change.ChangePackage of variable ChangePackage does not match with type org.eclipse.emf.ecore.EcorePackage of variable EcorePackage |