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

Summary: New web application wizard is broken
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Radko Najman <rnajman>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

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.