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

Summary: First removing of Java file throws exception.
Product: platform Reporter: L Martinek <lmartinek>
Component: -- Other --Assignee: L Martinek <lmartinek>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).