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
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
Short description
lombok version 1.18.10 added support for
staticConstructor
to utilize already existing constructors. See projectlombok/lombok#210The plugin does not handle this.
Expected behavior
If I use
staticConstructor
when a private constructor already exists, the static constructor should be generated.Version information
Example
The below class should have an
of
method generated. With the current plugin,StaticExample.of()
will result in aCannot resolve method 'of'
error.The text was updated successfully, but these errors were encountered: