vscode-maven
vscode-maven copied to clipboard
Fail to calculate Effective POM
To Reproduce Steps to reproduce the behavior:
- Open the project: https://github.com/junit-team/junit5-samples/tree/master/junit5-migration-maven
- Open a .java file. In body of a function, type below statements.
StringUtils.capitalize("abc");
- When hovering on the classname, "Resolve unknown type" action is shown. Clicking "Resolve unknown type" to solve the error
- Pops up the error (I can't always reproduce this issue and only see it one time)
Expected behavior No error
Environments (please complete the following information as much as possible):
- OS: Mac intel Monterey
- VS Code version: v1.70.2
- Extension version: v0.38.0
Screenshots
Additional context log file - maven for java.txt
Failed to reproduce it. And the attached logs are also good.
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.