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 269619 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-21 15:56 UTC by Exceptions Reporter
Modified: 2018-03-12 14:17 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220924


Attachments
stacktrace (2.88 KB, text/plain)
2017-01-21 15:56 UTC, Exceptions Reporter
Details
stacktrace (2.88 KB, text/plain)
2018-03-12 14:17 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-21 15:56:57 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
jdlee: Editing a text file

GUEST: Turned it on, opened a project, project was scanning files. Mass throwing of errors saying cannot parse files

moisesvilla: Opening a Web Application with lot of JS frameworks/libraries and NodeJS.

aplatypus: Stepping through some Java code from a Spock (Groovy) test specification in the debugger

GUEST: ?? ????? ????? ???? ????????????, ??? ??? ?? ???? ????? ??????????

GUEST: Getting an absolute path of a file




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   at javax.swing.plaf.basic.BasicTabbedPaneUI$ScrollableTabSupport.setLeadingTabIndex(BasicTabbedPaneUI.java:3322)
   at javax.swing.plaf.basic.BasicTabbedPaneUI$ScrollableTabSupport.scrollBackward(BasicTabbedPaneUI.java:3311)
   at javax.swing.plaf.basic.BasicTabbedPaneUI$Actions.actionPerformed(BasicTabbedPaneUI.java:2261)
   at org.netbeans.core.windows.view.ui.CloseButtonTabbedPane.scrollTabsLeft(CloseButtonTabbedPane.java:218)
   at org.netbeans.core.windows.view.ui.CloseButtonTabbedPane.access$200(CloseButtonTabbedPane.java:77)
   at org.netbeans.core.windows.view.ui.CloseButtonTabbedPane$2.mouseWheelMoved(CloseButtonTabbedPane.java:131)
Comment 1 Exceptions Reporter 2017-01-21 15:56:59 UTC
Created attachment 163447 [details]
stacktrace
Comment 2 javydreamercsw 2018-03-12 14:17:32 UTC
Created attachment 165667 [details]
stacktrace

Startup.