peichhorn / lombok-pg

Collection of lombok extensions
http://peichhorn.github.com/lombok-pg/
Other
327 stars 44 forks source link

@Accessors(chain = true) should work with inheritance #148

Open ultrasecreth opened 9 years ago

ultrasecreth commented 9 years ago

When you use @Accessors(chain = true) and you have a hierarchy present you can not chain parent setters with child setters cause the return type in the first ones is the parent class so when you wanna start working with the child setters it doesn't work A solution could be overriding the parent setters to change the return type, and so all the setters related to a class return the same type

mih-kopylov commented 8 years ago

+1

vitalii-vitrenko commented 7 years ago

Any update?

cazacugmihai commented 7 years ago

Is there something wrong with the suggested solution for the implementation?

KlausGroenbaek commented 6 years ago

+1, the current behavior is rather annoying

ytheohar commented 6 years ago

+1

derfloh205 commented 6 years ago

+1

martynovskyi commented 6 years ago

+1

celloni commented 6 years ago

+1

rhandsch commented 6 years ago

+1

mrsatsuma4260 commented 6 years ago

+1

ghost commented 5 years ago

+1

lunatic-hombre commented 5 years ago

+1 pretty please

presteus commented 5 years ago

+10

smlshn commented 5 years ago

+1

Zap4ick commented 5 years ago

+1

CatalinaMoisuc commented 5 years ago

It seems that they just simply don't want to do this: https://github.com/rzwitserloot/lombok/issues/1868#issuecomment-423755616 https://github.com/rzwitserloot/lombok/issues/1868#issuecomment-430006792

maxim-kornienko commented 4 years ago

+1

ValdisWallace commented 3 years ago

+1

frandieguez commented 3 years ago

Hi, any news on this regard?

koval666 commented 3 years ago

+1

ivelichkevich commented 10 months ago

+1