-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Calls to super methods for toString and equalsHashCode plugins #58
Conversation
@a-n-ermakov Can you rebase this PR? It otherwise looks good. Thanks. |
Last master changes merged. Tests on travis failed with message:
Tests on local machine (Java7u79) are ok. Maybe there are hardware issues (free memory or free hdd space)? I can't repeat build one more time without git commit. |
Thanks. I am aware of the issue. It sometimes works and i havent figured out the issue. You can rerun your fork in travis by pulling up failed build and selecting to run again. I have a bunch of queued changes to bring in that i have held off on due to this issue. If you can see any specific issue you might be able to fix definitely open a pull request. Any help tracking this down will be much appreciated! I may just bring in my outstanding changes since they dont introduce the issue. Ill get online probably in next 10 hours. Maybe together we can get this fixed... Sent from Outlook Mobile On Tue, Apr 26, 2016 at 5:20 AM -0700, "a-n-ermakov" notifications@github.com wrote: Tests on travis failed with message:
Tests on local machine (Java7u79) are ok. Maybe there is hardware issues (free memory or free hdd space)? I can't repeat build one more time without git commit/ You are receiving this because you commented. |
Thanks for this - sorry for the delays. |
ToString and EqualsHashCode plugins now have properties for super method call for toString(), equals(Object obj) and hashCode(). Available only for classes with 'rootClass' property setted up, switched off by default.
It can be useful for tables, linked with inherited relation (i.e. Person -> Employee).