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

Store transformation state in CompilationUnit #3546

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

Rawi01
Copy link
Collaborator

@Rawi01 Rawi01 commented Nov 11, 2023

This PR fixes #3540

Storing the state in a WeakHashMap creates to much work for the garbage collector and eclipse crashes if there are a lot of parses. Lombok now also skips module-info.java files, there is nothing in these files we care about.

@rspilker rspilker merged commit 214665b into projectlombok:master Nov 13, 2023
43 checks passed
@rspilker
Copy link
Collaborator

Wow, great usage of FieldAugment! Good find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants