This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160010

Summary: NPE in RicohDeploymentProperties
Product: javame Reporter: Ivan Sidorkin <ivansidorkin>
Component: -- Other --Assignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://ruhudson4qe.russia.sun.com/job/CommitValidation-multi/jdk=jdk1.6,label=WinXP-1-stable/lastBuild/testReport/org.netbeans.core.validation/ValidateLayerConsistencyTest/testAreAttributesFine/
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 160008    

Description Ivan Sidorkin 2009-03-10 14:32:28 UTC
Caused by: java.lang.NullPointerException
	at java.io.File.<init>(File.java:222)
	at org.netbeans.modules.mobility.deployment.ricoh.RicohDeploymentProperties.<clinit>(RicohDeploymentProperties.java:84)

some tests failed on WinXP because of this NPE
Comment 1 Denis Anisimov 2009-03-16 09:13:31 UTC
Pointed line of code is not used .
So I just commented out it.

changeset:   119991:fd175274a58b
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Mar 16 11:06:46 2009 +0300
summary:     Fix for #160010 - NPE in RicohDeploymentProperties.
Comment 2 Quality Engineering 2009-03-18 22:40:04 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/fd175274a58b
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for #160010 - NPE in RicohDeploymentProperties.
Not used constant declaration is commented out.