diff_method_signatures
Compare method signatures between caller and callee to identify parameter mismatches and provide actionable fixes for code analysis.
Instructions
Compare method signatures between caller and callee to identify parameter mismatches and provide actionable fixes
WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
calledClass | No | Class name containing the called method | |
callingFile | No | Absolute path to file containing the method call | |
code | No | The code to analyze (for single-file analysis) | |
filePath | No | Path to single file to analyze | |
files | No | Array of specific file paths (for multi-file analysis) | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for multi-file discovery (1-5) | |
methodName | No | Name of the method to check | |
projectPath | No | Path to project root (for multi-file analysis) |