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 242109 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 16:58 UTC by michbarsinai
Modified: 2014-03-07 08:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207789


Attachments
stacktrace (2.44 KB, text/plain)
2014-02-19 16:58 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2014-02-19 16:58:46 UTC
Build: NetBeans IDE Dev (Build 201402160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Mac OS X

User Comments:
michbarsinai: Closed a composite component file. The next tab to become selected was a markdown file, opened as text/plain.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1368)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
   at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:578)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1659)
   at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:791)
   at java.awt.Container.layout(Container.java:1508)
Comment 1 michbarsinai 2014-02-19 16:58:48 UTC
Created attachment 145409 [details]
stacktrace