Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0006281
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2008-11-30 22:592009-03-06 12:34
ReportermtaalView Statuspublic 
Assigned ToHennadzi 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision11077
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0006281: Openbravo source code contains calls to equals with a null parameter

DescriptionThe 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0011113)
svnbot (reporter)
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 [^]

- 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 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
Powered by Mantis Bugtracker