Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0020126 | Openbravo ERP | Z. Others | public | 2012-03-27 15:53 | 2012-04-02 06:13 |
|
| Reporter | naiaramartinez | |
| Assigned To | naiaramartinez | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.0MP10 | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0020126: Some clases are calling deprecated method getInStrSet |
| Description | Some clases are calling deprecated method getInStrSet |
| Steps To Reproduce | 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 |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | defect | 0020155 | | new | eduardo_Argal | Modules | Some clases are calling deprecated method getInStrSet |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-03-27 15:53 | naiaramartinez | New Issue | |
| 2012-03-27 15:53 | naiaramartinez | Assigned To | => naiaramartinez |
| 2012-03-27 15:53 | naiaramartinez | Modules | => Core |
| 2012-03-27 15:53 | naiaramartinez | OBNetwork customer | => No |
| 2012-03-27 16:06 | naiaramartinez | Note Added: 0046775 | |
| 2012-03-29 17:06 | hgbot | Checkin | |
| 2012-03-29 17:06 | hgbot | Note Added: 0046915 | |
| 2012-03-29 17:06 | hgbot | Status | new => resolved |
| 2012-03-29 17:06 | hgbot | Resolution | open => fixed |
| 2012-03-29 17:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c71fac59770d458f006fd7c83daf4533b7a9b113 [^] |
| 2012-03-29 17:08 | vmromanos | Note Added: 0046919 | |
| 2012-03-29 17:08 | vmromanos | Status | resolved => closed |
| 2012-03-29 17:08 | vmromanos | Fixed in Version | => 3.0MP10 |
| 2012-03-29 17:12 | vmromanos | Relationship added | related to 0020155 |
| 2012-04-02 06:13 | hudsonbot | Checkin | |
| 2012-04-02 06:13 | hudsonbot | Note Added: 0047274 | |
|
Notes |
|
|
|
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
---
|
|
|
|
|
|
|
|
|
|