Cannot go to some classes in library org.postgresql:postgresql:42.5.0) #4568
Labels
bug
Something that is making a piece of functionality unusable
java support
Java support related tickets
upstream-fix-needed
Waiting on a fix upstream
Describe the bug
metals vscode, project sbt version 1.7.1
depends on "org.postgresql" % "postgresql" % "42.5.0"
write a scala file, add the import
import org.postgresql.core.v3.{QueryExecutorImpl, TypeTransferModeRegistry}
Here we can go to "TypeTransferModeRegistry" source file, but cannot go to QueryExecutorImpl.
BTW Both classes are public.
Expected behavior
Classes from same dependency should all be navigable or all not
Operating system
No response
Editor/Extension
No response
Version of Metals
v0.11.9
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: