Changes between Version 1 and Version 2 of RefactoringSteps/RenameRecord


Ignore:
Timestamp:
Feb 15, 2012, 2:19:46 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactoringSteps/RenameRecord

    v1 v2  
    1 = Rename variable = 
     1= Rename record = 
    22 
    33This refactoring renames records in modules or header files. After the transformation, the old name will be replaced by the new name in the record definition and in every reference to the given record (e.g. record field access or field update expressions). The condition of the renaming is that there is no name conflict with another record in the file (which contains the given record), in its includes, or where it is included (the latter is only possible when we are renaming in a header file).