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 201364

Summary: IllegalArgumentException: setSelectedIndex: 0 out of bounds
Product: java Reporter: Jiri Kovalsky <jkovalsky>
Component: HintsAssignee: Jan Becicka <jbecicka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180797
Attachments: stacktrace

Description Jiri Kovalsky 2011-08-26 14:29:50 UTC
Build: NetBeans IDE Dev (Build 201108260601)
VM: Java HotSpot(TM) Client VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
jkovalsky: Installed development build #201108260601 full distro, created AnagramGame sample project which activated Java SE pack, invoked "Debug > Debug Main Project" and then invoked "Window > Debugging > Jackpot Rules" from main menu.




Stacktrace: 
java.lang.IllegalArgumentException: setSelectedIndex: 0 out of bounds
   at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:601)
   at org.netbeans.modules.java.hints.declarative.debugging.DebugTopComponent.componentOpened(DebugTopComponent.java:216)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1106)
   at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:784)
   at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:354)
Comment 1 Jiri Kovalsky 2011-08-26 14:29:54 UTC
Created attachment 110246 [details]
stacktrace
Comment 2 Jan Becicka 2011-09-05 11:05:01 UTC
Changeset: http://hg.netbeans.org/jet-main/rev/1b6558acf8ce
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2011-09-05 11:55
Message:   
Issue #201364 - IllegalArgumentException: setSelectedIndex: 0 out of bounds
Comment 3 Quality Engineering 2011-09-06 14:25:46 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/1b6558acf8ce
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #201364 - IllegalArgumentException: setSelectedIndex: 0 out of bounds