Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006531Openbravo ERPA. Platformpublic2008-12-14 21:032009-03-06 12:34
mtaal 
shuehner 
normalminorhave not tried
closedfixed 
5
pi 
 
Core
No
0006531: Java code contains calls (2) to equals whereby types are different
There are two occurrences, here is their path:
openbravo/src/org/openbravo/erpCommon/utility/WindowTree.java:129 H C EC: Call to equals() comparing different types in org.openbravo.erpCommon.utility.WindowTree.loadChildNodes(VariablesSecureApp, String, String, String, boolean, String)

openbravo/src/org/openbravo/erpCommon/ad_forms/ProductInfo.java:187 H C EC: Call to equals() comparing different types in org.openbravo.erpCommon.ad_forms.ProductInfo.getConvertedQty(String, String, String, String, ConnectionProvider)


Clean-up
Issue History
2008-12-14 21:03mtaalNew Issue
2008-12-14 21:03mtaalAssigned To => rafaroda
2008-12-14 21:03mtaalsf_bug_id0 => 2429077
2008-12-14 21:03mtaalRegression testing => No
2008-12-18 11:48rafarodaTag Attached: Clean-up
2008-12-18 11:48rafarodaAssigned Torafaroda => shuehner
2008-12-18 11:48rafarodaStatusnew => acknowledged
2009-01-08 16:11svnbotCheckin
2009-01-08 16:11svnbotNote Added: 0011995
2009-01-08 16:11svnbotsvn_revision => 11718
2009-01-08 17:54svnbotCheckin
2009-01-08 17:54svnbotNote Added: 0012003
2009-01-08 17:54svnbotStatusacknowledged => resolved
2009-01-08 17:54svnbotResolutionopen => fixed
2009-01-08 17:54svnbotsvn_revision11718 => 11725
2009-01-08 18:10svnbotCheckin
2009-01-08 18:10svnbotNote Added: 0012005
2009-01-08 18:10svnbotsvn_revision11725 => 11726
2009-03-06 12:34psarobeStatusresolved => closed

Notes
(0011995)
svnbot   
2009-01-08 16:11   
Repository: openbravo
Revision: 11718
Author: huehner
Date: 2009-01-08 16:11:07 +0100 (Thu, 08 Jan 2009)

Issue 6531
Fix an instance fo "Call to equals() comparing different types" in currently
unusued code

---
U trunk/src/org/openbravo/erpCommon/utility/WindowTree.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11718&sc=1 [^]
(0012003)
svnbot   
2009-01-08 17:54   
Repository: openbravo
Revision: 11725
Author: huehner
Date: 2009-01-08 17:54:43 +0100 (Thu, 08 Jan 2009)

Fixed 6531
- Fixed instance of "Call to equals() comparing different types"
- Fixed type in deprecated tag rendering it inefficient

---
U trunk/src/org/openbravo/erpCommon/ad_forms/ProductInfo.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11725&sc=1 [^]
(0012005)
svnbot   
2009-01-08 18:10   
Repository: openbravo
Revision: 11726
Author: huehner
Date: 2009-01-08 18:10:34 +0100 (Thu, 08 Jan 2009)

Fixed 6531
Commit better fix which works in all cases.

---
U trunk/src/org/openbravo/erpCommon/ad_forms/ProductInfo.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11726&sc=1 [^]