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

Property lombok.toString.callSuper = call #1918

Closed
zbynekvavros opened this issue Oct 23, 2018 · 8 comments
Closed

Property lombok.toString.callSuper = call #1918

zbynekvavros opened this issue Oct 23, 2018 · 8 comments

Comments

@zbynekvavros
Copy link

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?

@palashgoel7
Copy link

ToString does have a callSuper boolean, same as EqualsAndHashcode.

@ToString(callSuper = true)

@zbynekvavros
Copy link
Author

I am talking about property in lombok.properties (having lombok.toString.callSuper = call).
Is this possible?

@rzwitserloot
Copy link
Collaborator

It'll be in the next version :)

@zbynekvavros
Copy link
Author

Thanks :)

@mgohin
Copy link

mgohin commented Jan 4, 2019

Guys, the doc speaks about it but as I understand it's not released yet ?
https://projectlombok.org/features/ToString : lombok.toString.callSuper = [call | skip | warn] (default: skip)

We are trying to use it for one hour with no success, and I step into this github issue :/

@rzwitserloot
Copy link
Collaborator

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.

@celdridge91190
Copy link

celdridge91190 commented Mar 18, 2019

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.

@CH-LuizGerosa
Copy link

I upgraded to version 1.18.6 and I'm still receiving the error message Unknown key 'lombok.toString.callSuper' during the build.

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

No branches or pull requests

6 participants