peichhorn / lombok-pg

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

@AllArgsConstructor with callSuper=true works in Eclipse, but doesn't work with javac #125

Open er13 opened 11 years ago

er13 commented 11 years ago

@AllArgsConstructor with callSuper=true works perfectly in Eclipse, but doesn't work at all with javac - no constructor is generated.

nicholas22 commented 11 years ago

Please use ecj for now. If you can provide a fix- I will merge

tejashpshah commented 8 years ago

For me it doesn't even work in eclipse as well, I am using 1.16 version. Even I can't find callSuper option in sources https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/AllArgsConstructor.java May I know if this feature is removed? If yes then when this feature can be added back?