File path: /emf-2.4.1/src/org/eclipse/emf/mapping/impl/ComplexTypeConverterImpl.java | File path: /emf-2.4.1/src/org/eclipse/emf/mapping/impl/FunctionPairImpl.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | public void eUnset(int featureID)↵ | 1 | public void eUnset(int featureID)↵ | |
2 | {↵ | 2 | {↵ | |
3 | switch (featureID)↵ | 3 | switch (featureID)↵ | |
4 | {↵ | 4 | {↵ | |
5 | case MappingPackage.COMPLEX_TYPE_CONVERTER__IN2OUT:↵ | 5 | case MappingPackage.FUNCTION_PAIR__IN2OUT:↵ | |
6 | setIn2out((Mapping)null);↵ | 6 | setIn2out((EOperation)null);↵ | |
7 | return;↵ | 7 | return;↵ | |
8 | case MappingPackage.COMPLEX_TYPE_CONVERTER__OUT2IN:↵ | 8 | case MappingPackage.FUNCTION_PAIR__OUT2IN:↵ | |
9 | setOut2in((Mapping)null);↵ | 9 | setOut2in((EOperation)null);↵ | |
10 | return;↵ | 10 | return;↵ | |
11 | }↵ | 11 | }↵ | |
12 | super.eUnset(featureID);↵ | 12 | super.eUnset(featureID);↵ | |
13 | | 13 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |