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 50217

Summary: Unexpected exception in project wizard
Product: java Reporter: Pavel Rehak <prehak>
Component: ProjectAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41537    
Attachments: Eception.

Description Pavel Rehak 2004-10-11 12:08:30 UTC
Product Version       = NetBeans IDE Dev (Build
200410101800)
 Operating System      = Windows XP version 5.1
running on x86
 Java; VM; Vendor      = 1.5.0; Java HotSpot(TM)
Client VM 1.5.0-b64; Sun Microsystems Inc.
 Java Home             = C:\Program
Files\Java\jdk1.5.0\jre
--------------------------------
Start with clear userdir.
File | New Project -> Web | Web Project With
Existing Sources -> push next -> input some random
string into "Location" input box -> push back and
select General | Java Application and push next
button.

User must reopen project wizard to get rid of this
exception.
Comment 1 Pavel Rehak 2004-10-11 12:10:08 UTC
Created attachment 18190 [details]
Eception.
Comment 2 Jiri Rechtacek 2004-10-12 15:48:12 UTC
fixed in
src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/wizards/PanelProjectLocationVisual.java,v
 <--  PanelProjectLocationVisual.java
new revision: 1.27; previous revision: 1.26
done
Comment 3 Pavel Rehak 2005-04-08 12:58:09 UTC
Verified.