references
Locate all references to Java symbols in your codebase by specifying file, line, and character position. This tool helps developers understand symbol usage and track dependencies across Java projects.
Instructions
Find all references to the symbol at the given position.
Args: file_path: Absolute path to the Java file line: 0-indexed line number character: 0-indexed character position include_declaration: Whether to include the declaration in results
Returns: Dictionary with 'locations' array or 'status'/'message' if initializing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| line | Yes | ||
| character | Yes | ||
| include_declaration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||