Re: svn commit: r921274 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2010-03-12 Thread Awdesh Parihar
Hello Scott, Following the previous condition; ((this.attributes != null attributes != null) ((this.attributes.size() != attributes.size()) || !(this.attributes.equals(attributes and the information added by Adam, we can see the why these changes needed. The

Re: svn commit: r921274 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2010-03-11 Thread Scott Gray
On 10/03/2010, at 3:05 AM, ash...@apache.org wrote: Author: ashish Date: Wed Mar 10 10:05:01 2010 New Revision: 921274 URL: http://svn.apache.org/viewvc?rev=921274view=rev Log: Applied patch from jira issue OFBIZ-3547 - Improvement in equals method of ShoppingCartItem class. Thanks

Re: svn commit: r921274 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2010-03-11 Thread Adam Heath
Scott Gray wrote: On 10/03/2010, at 3:05 AM, ash...@apache.org wrote: Author: ashish Date: Wed Mar 10 10:05:01 2010 New Revision: 921274 URL: http://svn.apache.org/viewvc?rev=921274view=rev Log: Applied patch from jira issue OFBIZ-3547 - Improvement in equals method of ShoppingCartItem