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 262364 - ArrayIndexOutOfBoundsException: No such child: 0
Summary: ArrayIndexOutOfBoundsException: No such child: 0
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 10:23 UTC by Maksim Khramov
Modified: 2016-06-08 10:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224413


Attachments
stacktrace (3.04 KB, text/plain)
2016-06-08 10:23 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2016-06-08 10:23:30 UTC
Build: NetBeans IDE Dev (Build 201606030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b08, Java(TM) SE Runtime Environment, 1.8.0_102-b08
OS: Windows 7

User Comments:
mkhramov: Debugging project. Perssed on New Breakpoint Hit button in Debugging pane




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
   at java.awt.Container.getComponent(Container.java:334)
   at com.sun.java.swing.plaf.windows.WindowsPopupMenuUI.getTextOffset(WindowsPopupMenuUI.java:136)
   at com.sun.java.swing.plaf.windows.WindowsPopupMenuUI.paint(WindowsPopupMenuUI.java:201)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
   at javax.swing.JComponent.paintComponent(JComponent.java:780)
   at javax.swing.JComponent.paint(JComponent.java:1056)
Comment 1 Maksim Khramov 2016-06-08 10:23:34 UTC
Created attachment 159993 [details]
stacktrace