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 2765 - exception during opening text file by double click in Explorer
Summary: exception during opening text file by double click in Explorer
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-26 21:45 UTC by pknakal
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 pknakal 1999-07-26 21:45:24 UTC
Exception occurred during event dispatching:
java.lang.NullPointerException

        at com.netbeans.editor.Drawer.draw(Drawer.java:398)
        at com.netbeans.editor.LeafView.modelToViewDG(LeafView.java:348)
        at com.netbeans.editor.BaseTextUI$RootView.modelToViewDG(BaseTextUI.java:626)
        at com.netbeans.editor.BaseTextUI.modelToViewDG(BaseTextUI.java:317)
        at com.netbeans.editor.BaseCaret.updateImpl(BaseCaret.java:438)
        at com.netbeans.editor.BaseCaret$1.run(BaseCaret.java:398)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:354)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:350)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java:391)
        at java.awt.Component.dispatchEventImpl(Component.java:2381)
        at java.awt.Component.dispatchEvent(Component.java:2294)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:42:59 UTC
Priority is changed to P4 (normal).