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 50357 - NullPointerException ; uncovered this when went back to Netbeans after using Mozilla.
Summary: NullPointerException ; uncovered this when went back to Netbeans after using ...
Status: RESOLVED DUPLICATE of bug 50036
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 15:24 UTC by dme
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file associated with NullPointerException (19.97 KB, text/plain)
2004-10-13 15:26 UTC, dme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dme 2004-10-13 15:24:45 UTC
java.lang.NullPointerException
	at
org.openide.src.nodes.SourceChildren.addKeysOfType(SourceChildren.java:315)
	at
org.openide.src.nodes.SourceChildren.refreshAllKeys(SourceChildren.java:292)
	at
org.openide.src.nodes.SourceChildren.refreshKeys(SourceChildren.java:278)
	at
org.openide.src.nodes.SourceChildren.access$200(SourceChildren.java:47)
[catch] at
org.openide.src.nodes.SourceChildren$1.run(SourceChildren.java:341)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	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 dme 2004-10-13 15:26:58 UTC
Created attachment 18264 [details]
Log file associated with NullPointerException
Comment 2 David Simonek 2004-10-14 11:54:22 UTC
Passing to nodes.
Btw, dme, could you please tell us more details? JDK version, Netbeans
version (build number), what were you doing before bug occurred, are
you able to reproduce somehow? Etc. Thanks.
Comment 3 Petr Hrebejk 2004-10-14 12:25:14 UTC

*** This issue has been marked as a duplicate of 50036 ***