Re: [lang] Fully recursive equals methods

2014-08-10 Thread venkatesha m
I would like to add that lombok annotations have a good implementations on equals and hash code using annotations for an inspiration. there i can clearly call out which fields of the class are of interest in hashcode and equals method. On Thursday, 7 August 2014 6:17 PM, Yair Zaslavsky wrot

Re: [lang] Fully recursive equals methods

2014-08-07 Thread Yair Zaslavsky
Hi list, I'm Yair, a software developer and an open source enthusiastic :) Following Duncan Jones' question on the recuesive equals building and the JIRA ticket I took a look at - I would humbly suggest to include at the "exclusion" list not just classes, but also field names. For example, if you t

Re: [lang] Fully recursive equals methods

2014-08-07 Thread Benedikt Ritter
go for it! 2014-08-07 10:06 GMT+02:00 Duncan Jones : > Hi folks, > > I'd like to implement recursive equals building [1] at some point in > the near future - I've seen a few people requesting/discussing this > feature on Stack Overflow. > > Does anyone have any objections or reservations about t

[lang] Fully recursive equals methods

2014-08-07 Thread Duncan Jones
Hi folks, I'd like to implement recursive equals building [1] at some point in the near future - I've seen a few people requesting/discussing this feature on Stack Overflow. Does anyone have any objections or reservations about this feature? Kind regards, Duncan [1] https://issues.apache.org/j