Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement prototype for using new javac-based JDT parser #1398

Open
martinlippert opened this issue Nov 6, 2024 · 0 comments
Open

implement prototype for using new javac-based JDT parser #1398

martinlippert opened this issue Nov 6, 2024 · 0 comments

Comments

@martinlippert
Copy link
Member

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:

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant