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 is generating the wrong getter/setter for single small leading letter. #927

Closed
anpieber opened this issue Sep 22, 2015 · 2 comments
Closed

Comments

@anpieber
Copy link

For something like iMessage Lombok is generating the wrong getters&setters. As 8.8: Capitalization of inferred names of the JavaBeans API specification defines, and all the IDEs (Intellij, Eclipse, ...) does automatically, iMessage needs to become getiMessage and setiMessage instead of getIMessage and setIMessage.

@askoning
Copy link
Collaborator

Unfortunately the bean spec isn't followed consistently even within their own implementation - see this mailing list thread, as a result of which it was decided not to change the behaviour.

@rzwitserloot
Copy link
Collaborator

Duplicate of #2693

@rzwitserloot rzwitserloot marked this as a duplicate of #2693 Jan 2, 2021
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

3 participants