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

Fix for #742 : Generating 2 constructors #743

Merged
merged 1 commit into from
Jun 13, 2017

Conversation

yomik
Copy link
Contributor

@yomik yomik commented Jun 13, 2017

Fix regression introduced by #602 when configuration option includeConstructors is true : empty default constructor added twice.

Updated existing integration test and added another one; test Parcelable generation with the option on and off to ensure compilation and serialization/deserialization work properly.

Please let me know if there other configurations that may generate an empty constructor (I looked through the code and couldn't find any).

@joelittlejohn joelittlejohn merged commit ae1ba5a into joelittlejohn:master Jun 13, 2017
@joelittlejohn
Copy link
Owner

Thanks for jumping on this so quickly @yomik! Much appreciated.

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