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 157051 - ArrayIndexOutOfBoundsException at java.util.AbstractCollection.toArray
Summary: ArrayIndexOutOfBoundsException at java.util.AbstractCollection.toArray
Status: CLOSED DUPLICATE of bug 156612
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 11:52 UTC by Marian Mirilovic
Modified: 2009-02-19 20:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 142477


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-19 11:52:23 UTC
11 duplicates so far ...

Build: NetBeans IDE 6.5 (Build 200811100001)
VM: IBM J9 VM, 2.4, Java(TM) SE Runtime Environment, jvmxa6460-20081105_25433
OS: Linux, 2.6.26.5-28.fc8, amd64
User comments: 
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException
        at java.util.AbstractCollection.toArray(AbstractCollection.java:334)
        at java.util.ArrayList.<init>(ArrayList.java:87)
        at org.netbeans.editor.CodeFoldingSideBar.getPaintInfo(CodeFoldingSideBar.java:409)
        at org.netbeans.editor.CodeFoldingSideBar.paintComponent(CodeFoldingSideBar.java:514)
        at javax.swing.JComponent.paint(JComponent.java:1038)
        at javax.swing.JComponent.paintChildren(JComponent.java:875)
        at javax.swing.JComponent.paint(JComponent.java:1047)
        at javax.swing.JComponent.paintChildren(JComponent.java:875)
        at javax.swing.JComponent.paint(JComponent.java:1047)
        at javax.swing.JComponent.paintChildren(JComponent.java:875)
Comment 1 Vitezslav Stejskal 2009-01-19 12:23:56 UTC

*** This issue has been marked as a duplicate of 156612 ***
Comment 2 Marian Mirilovic 2009-01-19 12:54:10 UTC
v/c