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
Since #1037, the plugin will generate classes that won't compile when setting generateNoArgsConstructorOnly to true.
Reason: the braces () are missing when instantiating a class in the build() method of any DTO class.
Example:
Thanks for reporting this issue and fixing it! It seems like a silly mistake and I am wondering why unit-tests didn't catch this.
Anyways, will release a new version this week.
Issue Description
Since #1037, the plugin will generate classes that won't compile when setting
generateNoArgsConstructorOnly
totrue
.Reason: the braces
()
are missing when instantiating a class in thebuild()
method of any DTO class.Example:
The text was updated successfully, but these errors were encountered: