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
JDTUtils.findElementAtSelection will call codeSelect which will lost the original project information for JDK classes like java.lang.String, sees it is related to the SelectionEngine in JDT(eclispse has the same issue too), because of this issue, the java dependency viewer will not link the tree node for SDK classes since the default project is not displayed in tree explorer(when opening a folder containing multiple projects)
The text was updated successfully, but these errors were encountered:
Since from jdt side the project is set to the first one purposely, so we need to change the project from default project since default project is not aware by users.
parent IPackageFragment and IPackageFragmentRoot are reliable, just the parent IJavaProject is not
JDTUtils.findElementAtSelection will call codeSelect which will lost the original project information for JDK classes like java.lang.String, sees it is related to the SelectionEngine in JDT(eclispse has the same issue too), because of this issue, the java dependency viewer will not link the tree node for SDK classes since the default project is not displayed in tree explorer(when opening a folder containing multiple projects)
The text was updated successfully, but these errors were encountered: