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 262389 - IllegalArgumentException: setSelectedIndex: 0 out of bounds
Summary: IllegalArgumentException: setSelectedIndex: 0 out of bounds
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-10 08:29 UTC by Exceptions Reporter
Modified: 2016-06-10 08:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224451


Attachments
stacktrace (2.84 KB, text/plain)
2016-06-10 08:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-06-10 08:29:30 UTC
This bug was originally marked as duplicate of bug 154338, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201605250002)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-0ubuntu4~14.04-b14
OS: Linux

User Comments:
GUEST: copying a file




Stacktrace: 
java.lang.IllegalArgumentException: setSelectedIndex: 0 out of bounds
   at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:620)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.updateRoots(CopyPanel.java:391)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.actionPerformed(CopyPanel.java:309)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1258)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:586)
   at org.netbeans.modules.xml.refactoring.ui.CopyPanel.initValues(CopyPanel.java:148)
Comment 1 Exceptions Reporter 2016-06-10 08:29:32 UTC
Created attachment 160024 [details]
stacktrace