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

GRADLE-2163 Added additional getter to boolean types #71

Merged
merged 0 commits into from
Mar 14, 2012
Merged

GRADLE-2163 Added additional getter to boolean types #71

merged 0 commits into from
Mar 14, 2012

Conversation

quidryan
Copy link
Contributor

I added the test first, and it failed. Once I made my changes, it then passed. I'm not sure about the approach of checking for boolean properties, specifically creating a immutable Set every call to addGetter, but it's definitely cleaner than doing a huge or statement, e.g. getter.getReturnType().equals(boolean.class) || getter.getReturnType().equals(Boolean.class).

@mockitoguy
Copy link
Contributor

For the next week or so many team members are on the road at conferences and clients. We'll pick this pull as soon as we can. Thanks a lot for the codes and your patience :)

@quidryan quidryan merged commit cf8c6ff into gradle:master Mar 14, 2012
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