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 3497 - Exception when new HTML is created and it is being opened in Editor.
Summary: Exception when new HTML is created and it is being opened in Editor.
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-19 02:10 UTC by issues@www
Modified: 2007-11-05 13:44 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 issues@www 1999-08-19 02:10:40 UTC
java.lang.ArrayIndexOutOfBoundsException
        at com.netbeans.editor.Drawer.draw(Drawer.java:252)
        at com.netbeans.editor.LeafView.paintAreas(LeafView.java:160)
        at com.netbeans.editor.BaseView.paint(BaseView.java:131)
        at com.netbeans.editor.BaseTextUI$RootView.paint(BaseTextUI.java:559)
        at com.netbeans.editor.BaseTextUI.paintRegion(BaseTextUI.java:205)
        at com.netbeans.editor.ExtUI.paint(ExtUI.java:1030)
        at com.netbeans.editor.BaseTextUI.paint(BaseTextUI.java:184)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:43)
        at javax.swing.JComponent.paintComponent(JComponent.java:329)
        at javax.swing.JComponent.paint(JComponent.java:638)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JViewport.paint(JViewport.java:534)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)

        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JComponent.paintChildren(JComponent.java:452)
        at javax.swing.JComponent.paint(JComponent.java:641)
        at javax.swing.JLayeredPane.paint(JLayeredPane.java:547)
        at javax.swing.JComponent.paintWithBuffer(JComponent.java:3701)
        at javax.swing.JComponent._paintImmediately(JComponent.java:3646)
        at javax.swing.JComponent.paintImmediately(JComponent.java:3496)