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

MethodUtils.findGetter finds wrong getter #90

Closed
sta-szek opened this issue Sep 14, 2016 · 0 comments
Closed

MethodUtils.findGetter finds wrong getter #90

sta-szek opened this issue Sep 14, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@sta-szek
Copy link
Owner

sta-szek commented Sep 14, 2016

given class

private int id;
private int nationalityId

method find getter return getNationalityId instead of getId

same situation for field name. getter is getBankName

@sta-szek sta-szek added this to the 0.2.0 milestone Sep 17, 2016
@sta-szek sta-szek self-assigned this Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
sta-szek pushed a commit that referenced this issue Sep 17, 2016
…-field-is-boolean-and-has-`is`-prefix

#90. Boolean setters finder bug fixes
@sta-szek sta-szek removed the core label Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant