Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004884Openbravo ERPA. Platformpublic2008-09-09 16:432008-12-11 13:30
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
pi 
 
No
Core
No
0004884: In some places the code is not safe regarding a null argument
Some of the code (mostly in error cases) is not safe regarding null values leading to NullPointerException in these cases.
Add !=null checks
No tags attached.
blocks defect 0004883 closed shuehner In some places the code is not safe regarding a null argument 
Issue History
2008-09-09 16:43shuehnerNew Issue
2008-09-09 16:43shuehnerAssigned To => shuehner
2008-09-09 16:43shuehnerStatusnew => scheduled
2008-09-09 16:55svnbotCheckin
2008-09-09 16:55svnbotNote Added: 0008945
2008-09-09 16:55svnbotStatusscheduled => resolved
2008-09-09 16:55svnbotResolutionopen => fixed
2008-09-09 16:55svnbotsvn_revision => 7101
2008-12-11 13:30psarobeRegression testing => No
2008-12-11 13:30psarobeStatusresolved => closed

Notes
(0008945)
svnbot   
2008-09-09 16:55   
Repository: openbravo
Revision: 7101
Author: huehner
Date: 2008-09-09 16:55:50 +0200 (Tue, 09 Sep 2008)

Fixed 4884
Add some != null checks to prevent possible NPE
Patch by Ville Lindfors

---
U branches/r2.40/src-core/src/org/openbravo/database/OpenbravoDriverManagerConnectionFactory.java
U branches/r2.40/src-core/src/org/openbravo/xmlEngine/XmlDocument.java
U branches/r2.40/src-trl/src/org/openbravo/translate/CommandLine_CopyFiles.java
U branches/r2.40/src-trl/src/org/openbravo/translate/Translate.java
U branches/r2.40/src-wad/src/org/openbravo/wad/Wad.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=7101&sc=1 [^]