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

Summary: exception during opening text file by double click in Explorer
Product: platform Reporter: pknakal <pknakal>
Component: -- Other --Assignee: pknakal <pknakal>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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