redhat-developer / redhat-developer/vscode-java
[Bug] - Can not find class from logs in terminal
Open
Nobody has claimed this yet.
enhancement
navigation
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
When I try to navigate to classname by CTRL+Left Click from the logs it can not find it.
Environment
- Operating System: Windows 11
- JDK version: 21
- Visual Studio Code version: 1.94.2
- Java extension version: 1.35.1
Steps To Reproduce
- Open demo.zip
- Run the DemoApplication.java
- Try to CTRL + Left Click on com.example.demo.DemoApplication from the logs
- It will open input box with that full classname, however as it is full path it can not find it, only DemoApplication can be found.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with demo.zip by running DemoApplication.java in VS Code on Windows 11, then Ctrl+Left Click the fully qualified class name in the terminal logs. Compare the lookup behavior for com.example.demo.DemoApplication with the successful DemoApplication lookup. Done means the full class name from the logs navigates to the class without requiring manual shortening.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100