We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
given class
private int id; private int nationalityId
method find getter return getNationalityId instead of getId
getNationalityId
getId
same situation for field name. getter is getBankName
getBankName
The text was updated successfully, but these errors were encountered:
#90. More tests
b7c4f08
#90. Removed unused class
3ad723f
#90. Bug fixes
e168d34
Merge pull request #94 from sta-szek/#90-MethodUtils.findGetter-finds…
4d473a7
…-wrong-getter #90. More tests
95b8b27
Merge pull request #95 from sta-szek/#89-SetterNotFoundException-when…
f08cf65
…-field-is-boolean-and-has-`is`-prefix #90. Boolean setters finder bug fixes
sta-szek
No branches or pull requests
given class
method find getter return
getNationalityId
instead ofgetId
same situation for field name. getter is
getBankName
The text was updated successfully, but these errors were encountered: