Skip to content
New issue

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

Bugfix for #2967: JavaModelTests logs "Failed to init Classpath". #3090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nettozahler
Copy link

@nettozahler nettozahler commented Oct 15, 2024

What it does

Fixes #2967

How to test

Run the test org.eclipse.jdt.core.tests.model.JavaSearchBugsTests2. The "Failed to init Classpath" error should not be logged.

Root cause

There was some kind of "circular dependency". To create a JAR file named xyz.jar it is impossible to set up a classpath containing xyz.jar because it does not exist yet.

Author checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JavaModelTests logs "Failed to init Classpath"
1 participant