You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the invisible project (include a jar in the lib/ folder)
Create a source file that references a class from the jar and either hover over the type or go to the definition to trigger the source file resolution.
Update the project classpath by adding a second jar to the lib folder
The type reference should now produce the same result as if it were simply a library with no corresponding sources. The first jar's source classpath should disappear likely due to a bug with the invisible project's classpath updating logic.
The text was updated successfully, but these errors were encountered:
- Source detection should retrieve the source artifact from the local
Maven repository if it exists
- Resolveseclipse-jdtls#1647
- Add to testDynamicSourceLookups testcase
- Move DependencyUtil into core bundle
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
- Source detection should retrieve the source artifact from the local
Maven repository if it exists
- Resolveseclipse-jdtls#1647
- Add to testDynamicSourceLookups testcase
- Move DependencyUtil into core bundle
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
rgrunber
added a commit
to rgrunber/eclipse.jdt.ls
that referenced
this issue
Apr 10, 2021
The type reference should now produce the same result as if it were simply a library with no corresponding sources. The first jar's source classpath should disappear likely due to a bug with the invisible project's classpath updating logic.
The text was updated successfully, but these errors were encountered: