Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0006281 | Openbravo ERP | A. Platform | public | 2008-11-30 22:59 | 2009-03-06 12:34 |
Reporter | mtaal | ||||
Assigned To | Hennadzi | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 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 | 0006281: Openbravo source code contains calls to equals with a null parameter | ||||
Description | The Openbravo source code contains calls to equals with a null parameter: if (strcCreditCard.equals(null) || strcCreditCard.length() == 0){} The correct line is: if (strcCreditCard == null || strcCreditCard.length() == 0){} The occurrences can be found by searching for: equals(null) in the Openbravo source code | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-11-30 22:59 | mtaal | New Issue | |||
2008-11-30 22:59 | mtaal | Assigned To | => rafaroda | ||
2008-11-30 22:59 | mtaal | sf_bug_id | 0 => 2367112 | ||
2008-11-30 22:59 | mtaal | OBNetwork customer | => No | ||
2008-11-30 22:59 | mtaal | Regression testing | => No | ||
2008-12-01 13:01 | shuehner | Issue Monitored: shuehner | |||
2008-12-03 19:03 | pjuvara | Priority | normal => high | ||
2008-12-09 12:55 | pheenan | Assigned To | rafaroda => Hennadzi | ||
2008-12-10 10:13 | svnbot | Checkin | |||
2008-12-10 10:13 | svnbot | Note Added: 0011113 | |||
2008-12-10 10:13 | svnbot | Status | new => resolved | ||
2008-12-10 10:13 | svnbot | Resolution | open => fixed | ||
2008-12-10 10:13 | svnbot | svn_revision | => 11077 | ||
2009-01-09 17:48 | shuehner | Issue End Monitor: shuehner | |||
2009-03-06 12:34 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|