-
-
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
Lombok should not make setUrl() if I manually write setURL(). #148
Comments
👤 reinierz 🕗 Dec 04, 2009 at 12:02 UTC Solution seems simple: Extend lombok's rule of not making a method you already made to See this javaposse thread for where this issue came from: http://groups.google.com/group/javaposse/browse_thread/thread/e00cd1b2a25dcca3﹟ Thanks, Fabrizio, for thinking of the corner cases ;P |
👤 reinierz 🕗 Dec 04, 2009 at 20:20 UTC Fixed in 89d60fc, will be rolled out in v0.9.2 (though we'll probably |
👤 r.spilker 🕗 Dec 04, 2009 at 21:01 UTC Yes, we'll ship it in the Stormy Butterfly release. |
End of migration |
…-builder-support Added initial @builder(toBuilder = true) support
Migrated from Google Code (issue 75)
The text was updated successfully, but these errors were encountered: