redhat-developer / redhat-developer/vscode-java

[Bug] - Can not find class from logs in terminal

Open
#3,822 1 comment 0 reactions 0 assignees View on GitHub

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
  1. Open demo.zip
  2. Run the DemoApplication.java
  3. Try to CTRL + Left Click on com.example.demo.DemoApplication from the logs
    image
  4. 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.
    image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.