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 1799 - First removing of Java file throws exception.
Summary: First removing of Java file throws exception.
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-15 23:27 UTC by L Martinek
Modified: 2008-12-23 10:57 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 L Martinek 1999-05-15 23:27:13 UTC
Exception occurred during event dispatching:
java.lang.NullPointerException:
	at com.netbeans.ide.loaders.MultiDataObject.removeSecondaryEntry(MultiDataObject.java:152)
	at com.netbeans.ide.loaders.MultiDataObject.removeFile(MultiDataObject.java:191)
	at com.netbeans.ide.loaders.MultiDataObject$EntryL.fileDeleted(MultiDataObject.java:583)
	at com.netbeans.ide.util.WeakListener$FileChange.fileDeleted(WeakListener.java:180)
	at com.netbeans.ide.filesystems.FileObject$4.run(Compiled Code)
	at javax.swing.SystemEventQueueUtilities.processRunnableEvent(Compiled Code)
	at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Compiled Code)
	at java.awt.Component.dispatchEventImpl(Compiled Code)
	at java.awt.Component.dispatchEvent(Compiled Code)
	at java.awt.EventQueue.dispatchEvent(Compiled Code)

	at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)

[Petr] Is duplicated with #1703
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).