Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0006281 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2008-11-30 22:59 | 2009-03-06 12:34 | |||
Reporter | mtaal | View Status | public | |||||
Assigned To | Hennadzi | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 11077 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0011113) svnbot (viewer) 2008-12-10 10:13 |
Repository: openbravo Revision: 11077 Author: hennadzi Date: 2008-12-10 10:13:13 +0100 (Wed, 10 Dec 2008) Bug fixed 0006281: Openbravo source code contains calls to equals with a null parameter --- U trunk/src/org/openbravo/erpCommon/ad_callouts/SL_Payment_No_Verify.java U trunk/src/org/openbravo/erpCommon/ad_process/ImportBPartner.java --- https://dev.openbravo.com/websvn/openbravo/?rev=11077&sc=1 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |