Automatic Refactoring Actions and Limitations
This section explains what is done for each kind of refactoring operation. It also lists some limitations.
- Refactoring Limitations
Changes made to certain items are not refactored in this release. You must handle reference updates manually. - Refactoring for Move and Rename Operations
Move and rename refactoring operations change only the structure of a project. For example, when you change a concept name, that name must change everywhere the concept is referenced in the project. If the element has its own file, the file must also be renamed. - Refactoring for Delete Operations
Element deletion can affect project behavior. Ensure that your project behavior is as desired after the deletion refactoring.
Copyright © TIBCO Software Inc. All rights reserved.