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

Also find getters that's capitalization does not match the field name #29

Merged
merged 1 commit into from
Jun 11, 2017

Conversation

yankee42
Copy link
Contributor

Getters and fields do not necessarily have the same capitalization. This can e.g. be a problem when generating code using JAXB.

The simplest solution I can think of would be to simply look for a matching getter case insensitively. This PR does that.

@lanwen lanwen merged commit 53cbd50 into yandex-qatools:master Jun 11, 2017
@lanwen
Copy link
Contributor

lanwen commented Jun 11, 2017

thanks!

@yankee42 yankee42 deleted the getter-capitalization branch June 12, 2017 07:09
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

Successfully merging this pull request may close these issues.

2 participants