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
first of all, I'm a big fan of lombok and use it in nearly every of mine private projects.
Unfortunately, I had dramatic performance issues while trying to edit a class with a large amount of @Singular annotations in Intellij Idea and the latest version of the lombok plugin.
I created a small example to demonstrate the problem:
This is IMHO a bug and need to be fixed.
My current workaround for this problem is to annotate a constructor with @Builder and use Collections.immutableCollection(...) to support the needed feature of @Singular.
Thank you
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hey guys,
first of all, I'm a big fan of lombok and use it in nearly every of mine private projects.
Unfortunately, I had dramatic performance issues while trying to edit a class with a large amount of
@Singular
annotations in Intellij Idea and the latest version of the lombok plugin.I created a small example to demonstrate the problem:
This is IMHO a bug and need to be fixed.
My current workaround for this problem is to annotate a constructor with
@Builder
and useCollections.immutableCollection(...)
to support the needed feature of@Singular
.Thank you
The text was updated successfully, but these errors were encountered: