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 3865 - When IDE closes, exception is thrown.
Summary: When IDE closes, exception is thrown.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jon Koplin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-14 23:57 UTC by Jon Koplin
Modified: 2008-12-23 11:50 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 Jon Koplin 1999-09-14 23:57:50 UTC
Exception occurred during event dispatching:
java.lang.NullPointerException
	at com.netbeans.editor.Drawer.draw(Drawer.java, Compiled Code)
	at com.netbeans.editor.LeafView.modelToViewDG(LeafView.java:348)
	at com.netbeans.editor.BaseTextUI$RootView.modelToViewDG(BaseTextUI.java:606)
	at com.netbeans.editor.BaseTextUI.modelToViewDG(BaseTextUI.java:301)
	at com.netbeans.editor.BaseCaret.updateImpl(BaseCaret.java:420)
	at com.netbeans.editor.BaseCaret.update(BaseCaret.java:393)

	at com.netbeans.editor.BaseCaret.update(BaseCaret.java:388)
	at com.netbeans.editor.BaseTextUI$1.run(BaseTextUI.java:478)
	at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java, Compiled Code)
	at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java, Compiled Code)
	at java.awt.Component.dispatchEventImpl(Component.java, Compiled Code)
	at java.awt.Component.dispatchEvent(Component.java, Compiled Code)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java, Compiled Code)
	at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java, Compiled Code)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Exception occurred during event dispatching:
java.lang.NullPointerException
	at com.tendril.netbeans.SBModuleInstall.closing(Unknown Source)
	at com.netbeans.developer.impl.ModuleItem.closing(ModuleItem.java, Compiled Code)
	at com.netbeans.developer.impl.ModuleInstaller.exit(ModuleInstaller.java, Compiled Code)
	at com.netbeans.developer.impl.NbTopManager.exit(NbTopManager.java:367)
	at com.netbeans.developer.impl.actions.SystemExit.performAction(SystemExit.java:101)
	at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:69)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1066)
	at javax.swing.AbstractButton$ForwardActionEvents.actionPer
Comment 1 Marek Grummich 2000-07-25 09:28:59 UTC
Priority is changed to P4 (normal).
Comment 2 Marian Mirilovic 2002-04-18 10:52:36 UTC
closed