diagnostics
Identify and report Java code errors and warnings in specific files or across entire projects using Eclipse JDT.LS diagnostics.
Instructions
Get diagnostics (errors, warnings) for a file or all files.
Args: file_path: Optional path to get diagnostics for a specific file. If not provided, returns diagnostics for all files.
Returns: Dictionary with 'diagnostics' array containing formatted diagnostic info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||