Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013667 | Openbravo ERP | A. Platform | public | 2010-06-15 19:42 | 2010-07-06 00:00 |
|
Reporter | shuehner | |
Assigned To | iperdomo | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 2.50MP20 | Fixed in Version | | |
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 | 0013667: Minor cleanup in /modulescript/HBFix_data.xsql |
Description | This xsql file of the HBFix modulescript does define a few xsql-methods which are not used at all by the corresponding java file.
At least:
- updateNotActive
- selectUserId
Please check all those and remove the unused ones. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0013625 | 2.50MP19 | closed | iperdomo | [HB] When Heartbeat is enabled a process request in Scheduled state must exist |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-15 19:42 | shuehner | New Issue | |
2010-06-15 19:42 | shuehner | Assigned To | => iperdomo |
2010-06-15 19:42 | shuehner | OBNetwork customer | => No |
2010-06-15 19:44 | shuehner | Note Added: 0028473 | |
2010-06-16 09:42 | iperdomo | Status | new => acknowledged |
2010-06-16 09:42 | iperdomo | Target Version | => 2.50MP20 |
2010-06-16 09:42 | iperdomo | Status | acknowledged => scheduled |
2010-06-16 09:42 | iperdomo | fix_in_branch | => pi |
2010-06-16 09:59 | iperdomo | Relationship added | related to 0013625 |
2010-07-05 13:16 | hgbot | Checkin | |
2010-07-05 13:16 | hgbot | Note Added: 0029055 | |
2010-07-05 13:16 | hgbot | Status | scheduled => resolved |
2010-07-05 13:16 | hgbot | Resolution | open => fixed |
2010-07-05 13:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6f09e1d5b1617646eda1b30aba3cadf368df112a [^] |
2010-07-05 13:54 | shuehner | Note Added: 0029061 | |
2010-07-05 13:54 | shuehner | Status | resolved => closed |
2010-07-05 20:41 | hudsonbot | Checkin | |
2010-07-05 20:41 | hudsonbot | Note Added: 0029072 | |
2010-07-06 00:00 | anonymous | sf_bug_id | 0 => 3025608 |
Notes |
|
|
When doing this change, please add a small comment to the modulescript java-code explaining what it does (perhaps mention link to corresponding mantis issue). |
|
|
(0029055)
|
hgbot
|
2010-07-05 13:16
|
|
Repository: erp/devel/pi
Changeset: 6f09e1d5b1617646eda1b30aba3cadf368df112a
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Mon Jul 05 13:15:25 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6f09e1d5b1617646eda1b30aba3cadf368df112a [^]
Fixes issue 13667: Code cleanup. Removed unused methods, class commented
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/HBFix.class
M src-util/modulescript/build/classes/org/openbravo/modulescript/HBFixData.class
M src-util/modulescript/src/org/openbravo/modulescript/HBFix.java
M src-util/modulescript/src/org/openbravo/modulescript/HBFix_data.xsql
---
|
|
|
|
Verified, change is only removing unneeded methods (checked via compilation), and adds an explanatory comment to the ModuleScript. |
|
|
|
|