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 - NPE in RicohDeploymentProperties
Summary: NPE in RicohDeploymentProperties
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Denis Anisimov
URL: http://ruhudson4qe.russia.sun.com/job...
Keywords: TEST
Depends on:
Blocks: 160008
  Show dependency tree
 
Reported: 2009-03-10 14:32 UTC by Ivan Sidorkin
Modified: 2009-03-18 22:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.