renameEvaluate
Assess rename refactoring feasibility in ABAP code by analyzing object location, line, and column positions to determine potential impacts before execution.
Instructions
Evaluates a rename refactoring.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the object to rename. | |
| line | Yes | The line number. | |
| startColumn | Yes | The starting column. | |
| endColumn | Yes | The ending column. |