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 68501 - [50cat] NPE from navigator
Summary: [50cat] NPE from navigator
Status: VERIFIED DUPLICATE of bug 63165
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 22:51 UTC by schwarcz
Modified: 2008-12-22 23:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log (225.87 KB, text/plain)
2005-11-10 22:52 UTC, schwarcz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schwarcz 2005-11-10 22:51:29 UTC
[ JDK VERSION : 1.5.0_04 ]

closed output window and got an NPE from Navigator:

java.lang.NullPointerException
	at org.netbeans.modules.navigator.NavigatorController.getLookup(NavigatorController.java:273)
	at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:48)
	at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:105)
	at org.netbeans.modules.navigator.NavigatorController.setContext(NavigatorController.java:198)
	at org.netbeans.modules.navigator.NavigatorController.access$400(NavigatorController.java:46)
[catch] at org.netbeans.modules.navigator.NavigatorController$ActNodeSetter.run(NavigatorController.java:309)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110
Comment 1 schwarcz 2005-11-10 22:52:20 UTC
Created attachment 26842 [details]
ide log
Comment 2 Jan Chalupa 2005-11-11 06:23:36 UTC
Known bug in NB 5.0 Beta 1. Already fixed in recent trunk builds.

*** This issue has been marked as a duplicate of 63165 ***
Comment 3 Marian Mirilovic 2005-11-11 10:17:22 UTC
verified duplicate