-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Property lombok.toString.callSuper = call #1918
Comments
ToString does have a callSuper boolean, same as EqualsAndHashcode.
|
I am talking about property in lombok.properties (having lombok.toString.callSuper = call). |
It'll be in the next version :) |
Thanks :) |
Guys, the doc speaks about it but as I understand it's not released yet ? We are trying to use it for one hour with no success, and I step into this github issue :/ |
this is now available in edge release: https://projectlombok.org/download-edge a new full lombok release will be out soon, we have one more change we'd like to run in edge release first before then. |
There are a couple of spots in the documentation where there are references to callSuper = true, which I've seen cause people some confusion. If the current released version now supports call, would it be possible to have the documentation cleaned up to remove references to true/false? This is true of both toString and EqualsAndHashCode. Big fan of the update to include the warn though given the impact :) i.e. . By setting callSuper to true, you can include the output of the superclass implementation of toString to the output. |
I upgraded to version 1.18.6 and I'm still receiving the error message |
I really hope I don't duplicate anything but I haven't found this anywhere.
We have property 'lombok.equalsAndHashCode.callSuper = call' but no
'lombok.toString.callSuper = call'. Is there any particular reason why such a property
is missing in configuration?
The text was updated successfully, but these errors were encountered: