We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the code base, there are some places that we use the path length to find the container and get the project. This may be not correct:
eclipse.jdt.ls/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/MoveHandler.java
Lines 358 to 360 in 91ebb5f
and
https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/91ebb5f9798946294c27d53e4eccebd847b650a3/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/commands/ProjectCommand.java#L281C1-L284
More details and analysis can be found in microsoft/vscode-java-dependency#788
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the code base, there are some places that we use the path length to find the container and get the project. This may be not correct:
eclipse.jdt.ls/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/MoveHandler.java
Lines 358 to 360 in 91ebb5f
and
https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/91ebb5f9798946294c27d53e4eccebd847b650a3/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/commands/ProjectCommand.java#L281C1-L284
More details and analysis can be found in microsoft/vscode-java-dependency#788
The text was updated successfully, but these errors were encountered: