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 50721 - NPE During normal source editing
Summary: NPE During normal source editing
Status: RESOLVED DUPLICATE of bug 49438
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-21 19:54 UTC by David Botterill
Modified: 2007-09-26 09:14 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 David Botterill 2004-10-21 19:54:12 UTC
While editing a normal java Source file, I get the
following exception.  When the exception occurs,
I'm really not doing anything but looking at the
source.  I would guess this comes from a
background thread trying to do some kind of
maintenance.

I'm running:

Product version: build 200409220845
IDE versioning: IDE/1 spec=4.45.1 impl=200409220845
Operating System: Linux version 2.4.19-4GB running
on i386

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:178)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Petr Hrebejk 2004-10-24 18:56:58 UTC
Well known dupe in java. Please resolve.
Comment 2 Martin Matula 2004-10-25 09:22:17 UTC

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