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

Summary: ArrayIndexOutOfBoundsException: No such child: 0
Product: ide Reporter: Maksim Khramov <mkhramov>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224413
Attachments: stacktrace

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