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 52593 - New web application wizard is broken
Summary: New web application wizard is broken
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 08:43 UTC by Jiri Skrivanek
Modified: 2006-03-24 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (4.21 KB, text/plain)
2004-12-17 08:43 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-12-17 08:43:29 UTC
When you try to create a web application by new
wizard you get AIOOBE. It started to happen from
build 20041216-1703. To reproduce:

- open new project wizard
- select Web category and Web Application project
- click Next button and you get the following
exception:

java.lang.ArrayIndexOutOfBoundsException: -1
	at java.util.ArrayList.get(ArrayList.java:324)
	at
org.netbeans.modules.web.project.ui.wizards.PanelOptionsVisual.serverInstanceComboBoxActionPerformed(PanelOptionsVisual.java:217)

It blocks the commit validation suite.
Comment 1 Jiri Skrivanek 2004-12-17 08:43:55 UTC
Created attachment 19349 [details]
Stack trace
Comment 2 Radko Najman 2005-01-03 16:01:09 UTC
It has been already fixed.
Comment 3 Jiri Skrivanek 2005-01-03 16:02:15 UTC
Verified.