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 67599 - NPE when closed 3 projects
Summary: NPE when closed 3 projects
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-10-26 15:40 UTC by Lukas Hasik
Modified: 2008-12-22 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE at org.netbeans.modules.navigator.NavigatorController.obtainFirstCurNode(NavigatorController.java:169) (966 bytes, text/plain)
2005-10-26 15:42 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2005-10-26 15:40:52 UTC
nb20051025+mobility20051026
-I closed 3 j2me projects and NPE appeared

ava.lang.NullPointerException
	at
org.netbeans.modules.navigator.NavigatorController.obtainFirstCurNode(NavigatorController.java:169)
	at
org.netbeans.modules.navigator.NavigatorController.updateContext(NavigatorController.java:179)
Comment 1 Lukas Hasik 2005-10-26 15:42:16 UTC
Created attachment 26363 [details]
NPE 	at org.netbeans.modules.navigator.NavigatorController.obtainFirstCurNode(NavigatorController.java:169)
Comment 2 David Simonek 2005-10-26 16:08:10 UTC
Not reproductible, is it right?
Comment 3 Lukas Hasik 2005-10-26 16:13:36 UTC
I didn't try but I definitelly closed some project before... in other words -
you're right, Dafe. 

And Navigator closed itself
Comment 4 David Simonek 2005-10-26 16:17:44 UTC
hopefully fixed:

Checking in NavigatorController.java;
/cvs/core/navigator/src/org/netbeans/modules/navigator/NavigatorController.java,v
 <--  NavigatorController.java
new revision: 1.6; previous revision: 1.5