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 39152 - Wizards Init Parameters - Deleting last parameter
Summary: Wizards Init Parameters - Deleting last parameter
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 21:40 UTC by zikmund
Modified: 2010-01-12 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundsException (4.57 KB, text/plain)
2004-01-22 21:40 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-01-22 21:40:01 UTC
200401221900 build

How to reproduce:
1) Invoke Servlet wizard
2) Got to 3rd page with Init Parameters area
3) Create 2 new parameters
4) Select 2nd one parameter
5) Press Delete
6) ERROR:
selection disappears
7) Click on the 1st parameter
8) ERROR:
Exception AIIOBE appears -- see attachment.
Comment 1 zikmund 2004-01-22 21:40:27 UTC
Created attachment 13040 [details]
ArrayIndexOutOfBoundsException
Comment 2 Andrei Badea 2004-11-02 17:50:49 UTC
Canceled cell editing before removing the table row.
Comment 3 zikmund 2005-01-04 13:32:24 UTC
Verified.