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
2 - org.eclipse.jdt.ls.core.internal.JDTUtils.resolveCompilationUnit(URI) always creates a java element. I created only compilation units.
3 - org.eclipse.jdt.ls.core.internal.handlers.WorkspaceEventsHandler.createCompilationUnit(ICompilationUnit) ignores those units that aren't on the classpath
The text was updated successfully, but these errors were encountered:
As described in #824 (comment), a number of optimizations related to the way jdt.ls computes CompilationUnits could be implemented:
The text was updated successfully, but these errors were encountered: