codelogic-method-impact
Analyze potential downstream effects of modifying a specific method or function within a class to understand impacts before implementing code changes, particularly when considering AI-suggested modifications.
Instructions
Analyze impacts of modifying a specific method within a given class or type. Recommended workflow:
- Use this tool before implementing code changes
- Run the tool against methods or functions that are being modified
- Carefully review the impact analysis results to understand potential downstream effects Particularly crucial when AI-suggested modifications are being considered.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
class | Yes | Name of the class containing the method | |
method | Yes | Name of the method being analyzed |