Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020126Openbravo ERPZ. Otherspublic2012-03-27 15:532012-04-02 06:13
naiaramartinez 
naiaramartinez 
normalminorhave not tried
closedfixed 
5
 
3.0MP10 
Core
No
0020126: Some clases are calling deprecated method getInStrSet
Some clases are calling deprecated method getInStrSet
Go to code. Open Fin_Utility and you can see that there is a method called getInStrSet that is deprecated.
Change the calls to this deprecated method for not deprecated one
No tags attached.
related to defect 0020155 new eduardo_Argal Modules Some clases are calling deprecated method getInStrSet 
Issue History
2012-03-27 15:53naiaramartinezNew Issue
2012-03-27 15:53naiaramartinezAssigned To => naiaramartinez
2012-03-27 15:53naiaramartinezModules => Core
2012-03-27 16:06naiaramartinezNote Added: 0046775
2012-03-29 17:06hgbotCheckin
2012-03-29 17:06hgbotNote Added: 0046915
2012-03-29 17:06hgbotStatusnew => resolved
2012-03-29 17:06hgbotResolutionopen => fixed
2012-03-29 17:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c71fac59770d458f006fd7c83daf4533b7a9b113 [^]
2012-03-29 17:08vmromanosNote Added: 0046919
2012-03-29 17:08vmromanosStatusresolved => closed
2012-03-29 17:08vmromanosFixed in Version => 3.0MP10
2012-03-29 17:12vmromanosRelationship addedrelated to 0020155
2012-04-02 06:13hudsonbotCheckin
2012-04-02 06:13hudsonbotNote Added: 0047274

Notes
(0046775)
naiaramartinez   
2012-03-27 16:06   
Test Plan:
  Go to Openbravo's code and open modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java. you can see that now is calling Utility.getInStrSet method instead of Fin_Utility.getInStrSet.
 Open modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java and you can see the same thing.
(0046915)
hgbot   
2012-03-29 17:06   
Repository: erp/devel/pi
Changeset: c71fac59770d458f006fd7c83daf4533b7a9b113
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Tue Mar 27 16:10:54 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c71fac59770d458f006fd7c83daf4533b7a9b113 [^]

fixed bug 20126 Use not deprecated method Utility.getInStrSet
Use not deprecated method Utility.getInStrSet instead of
Fin_Utility.getInStrSet.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java
---
(0046919)
vmromanos   
2012-03-29 17:08   
Code review OK
(0047274)
hudsonbot   
2012-04-02 06:13   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7814864461ac [^]

Maturity status: Test