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
You will notice the action always takes a few seconds.
The issue happens because JDTUtils.resolveCompilationUnit always creates a new compilation unit.
The text was updated successfully, but these errors were encountered:
Does it create a new compilation unit in the ecj case, or only for javac ? FWIW it makes perfect sense to recover the compilation unit from the working copies. Those are many of the calls, given that most cases are for opened files.
Related to eclipse-jdtls/eclipse-jdt-core-incubator#755
Steps to reproduce:
"java.jdt.ls.javac.enabled": "on",
You will notice the action always takes a few seconds.
The issue happens because JDTUtils.resolveCompilationUnit always creates a new compilation unit.
The text was updated successfully, but these errors were encountered: