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
The idea here is to build a prototype of the spring boot language server that uses this incubating version of JDT with javac-based parsing enabled. Questions would be:
what do we need to change in order to adopt this?
parsing source code (bulk)
parsing source code (single file)
caching the environment (to speed-up lookup when re-parsing a file)
what are the performance implications of this? (running sample projects of up to 60k source files)
what are the memory implications of this? (running sample projects of up to 60k source files)
The text was updated successfully, but these errors were encountered:
The majority of the information around the incubated version of JDT that allows you to switch between javac and ejc-based parsing of Java source code can be found here: https://github.com/redhat-developer/vscode-java/releases/tag/v1.36.0
The idea here is to build a prototype of the spring boot language server that uses this incubating version of JDT with javac-based parsing enabled. Questions would be:
The text was updated successfully, but these errors were encountered: