[jira] Commented: (LANG-332) EqualsBuilder to alternatively use method properties

2009-03-02 Thread Paul Benedict (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677990#action_12677990
 ] 

Paul Benedict commented on LANG-332:


The issue is not recommending we remove previous functionality :-) It's 
requesting a switch to allow a different strategy of introspection. Current 
code won't be affected.

 EqualsBuilder to alternatively use method properties
 

 Key: LANG-332
 URL: https://issues.apache.org/jira/browse/LANG-332
 Project: Commons Lang
  Issue Type: Improvement
Affects Versions: 2.3
Reporter: Paul Benedict
 Fix For: 3.0


 While it is very nice reflection can be used to build a nice equals method, 
 the strategy to focus on private properties is non-negotiable. This strategy 
 is incompatible with CGLIB proxies which rely on method invocations to 
 delegate to the properties of the inner target. I would prefer a switch to 
 dynamically invoke public get* methods over direct property access.
 PS: Same thoughts on ReflectionToStringBuilder and HashCodeBuilder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (LANG-332) EqualsBuilder to alternatively use method properties

2009-03-01 Thread Henri Yandell (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677850#action_12677850
 ] 

Henri Yandell commented on LANG-332:


+1, I'd like this too. 

 EqualsBuilder to alternatively use method properties
 

 Key: LANG-332
 URL: https://issues.apache.org/jira/browse/LANG-332
 Project: Commons Lang
  Issue Type: Improvement
Affects Versions: 2.3
Reporter: Paul Benedict
 Fix For: 3.0


 While it is very nice reflection can be used to build a nice equals method, 
 the strategy to focus on private properties is non-negotiable. This strategy 
 is incompatible with CGLIB proxies which rely on method invocations to 
 delegate to the properties of the inner target. I would prefer a switch to 
 dynamically invoke public get* methods over direct property access.
 PS: Same thoughts on ReflectionToStringBuilder and HashCodeBuilder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (LANG-332) EqualsBuilder to alternatively use method properties

2009-03-01 Thread Joerg Schaible (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677909#action_12677909
 ] 

Joerg Schaible commented on LANG-332:
-

I am quite sure, that we break a lot of code if we change the behavior of this 
method. However, it would be really nice if we had both - 
ReflectionEqualsBuilder and JavaBeanEqualsBuilder. It simply depends on the 
situation where the functionality is used.

 EqualsBuilder to alternatively use method properties
 

 Key: LANG-332
 URL: https://issues.apache.org/jira/browse/LANG-332
 Project: Commons Lang
  Issue Type: Improvement
Affects Versions: 2.3
Reporter: Paul Benedict
 Fix For: 3.0


 While it is very nice reflection can be used to build a nice equals method, 
 the strategy to focus on private properties is non-negotiable. This strategy 
 is incompatible with CGLIB proxies which rely on method invocations to 
 delegate to the properties of the inner target. I would prefer a switch to 
 dynamically invoke public get* methods over direct property access.
 PS: Same thoughts on ReflectionToStringBuilder and HashCodeBuilder

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.