Changes between Version 1 and Version 2 of RefactoringSteps/MoveFunction
- Timestamp:
- Feb 17, 2012, 8:35:59 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RefactoringSteps/MoveFunction
v1 v2 74 74 * If the user do not select functions to be moved, the transformation starts an interaction. The tool gives a checkbox list to the user to select the functions to be moved. 75 75 76 * Macro name conflicts must not occur in the target module, that is, macro names used in the functions must refer to the same macro definition in the source and in the target module. This applies to macros used in these 77 macros too. 76 * Macro name conflicts must not occur in the target module, that is, macro names used in the functions must refer to the same macro definition in the source and in the target module. This applies to macros used in these macros too. 78 77 79 78 * Record name conflicts must not occur in the target module, that is, record names used in the functions must refer to the same record definition in the source and in the target module.