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

Lombok should not make setUrl() if I manually write setURL(). #148

Closed
lombokissues opened this issue Jul 14, 2015 · 4 comments
Closed

Lombok should not make setUrl() if I manually write setURL(). #148

lombokissues opened this issue Jul 14, 2015 · 4 comments

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 75)

@lombokissues
Copy link
Author

👤 reinierz   🕗 Dec 04, 2009 at 12:02 UTC

Solution seems simple: Extend lombok's rule of not making a method you already made to
disregard casing when scanning for existing methods.

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

@lombokissues
Copy link
Author

👤 reinierz   🕗 Dec 04, 2009 at 20:20 UTC

Fixed in 89d60fc, will be rolled out in v0.9.2 (though we'll probably
call that 0.10 or 1.0).

@lombokissues
Copy link
Author

👤 r.spilker   🕗 Dec 04, 2009 at 21:01 UTC

Yes, we'll ship it in the Stormy Butterfly release.

@lombokissues
Copy link
Author

End of migration

lianhaijun pushed a commit to lianhaijun/lombok that referenced this issue May 8, 2020
…-builder-support

Added initial @builder(toBuilder = true) support
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

1 participant