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 102063 - IndexOutOfBoundsException when changing parameter name
Summary: IndexOutOfBoundsException when changing parameter name
Status: VERIFIED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-04-21 12:39 UTC by Lukas Jungmann
Modified: 2007-08-27 10:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-04-21 12:39:48 UTC
-have ws from wsdl
-invoke add operation in design view
-add some parameter
-click on the parameter name (to change it)

=>java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at
org.netbeans.modules.websvc.design.view.actions.ParametersPanel$ParamsTableModel.setValueAt(ParametersPanel.java:373)
	at javax.swing.JTable.setValueAt(JTable.java:2662)
	at javax.swing.JTable.editingStopped(JTable.java:4661)
...
Comment 1 bhate 2007-07-28 02:11:24 UTC
This is not related to designer but the parameters panel for add operation dialog.
--> milan 
Comment 2 Milan Kuchtiak 2007-08-23 12:08:41 UTC
Can not reproduce any more.
Tested on Nb60 build 070822. 
Comment 3 Lukas Jungmann 2007-08-27 10:39:27 UTC
v.