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 183094 - [69cat] ArrayIndexOutOfBoundsException: 4 >= 0
Summary: [69cat] ArrayIndexOutOfBoundsException: 4 >= 0
Status: RESOLVED DUPLICATE of bug 182628
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 14:52 UTC by swpalmer
Modified: 2011-06-10 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167264


Attachments
stacktrace (2.03 KB, text/plain)
2010-03-29 14:52 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2010-03-29 14:52:08 UTC
Build: NetBeans IDE Dev (Build 201003290201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
swpalmer: typing a description in the built-in issue reporter




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4 >= 0
   at java.util.Vector.elementAt(Vector.java:427)
   at javax.swing.text.DefaultHighlighter.paint(DefaultHighlighter.java:52)
   at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:716)
   at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:869)
   at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:848)
   at javax.swing.JComponent.paintComponent(JComponent.java:752)
Comment 1 swpalmer 2010-03-29 14:52:11 UTC
Created attachment 96233 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-06-10 15:26:16 UTC

*** This bug has been marked as a duplicate of bug 182628 ***