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 - Unexpected exception in project wizard
Summary: Unexpected exception in project wizard
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 41537
  Show dependency tree
 
Reported: 2004-10-11 12:08 UTC by Pavel Rehak
Modified: 2006-03-24 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Eception. (13.55 KB, text/plain)
2004-10-11 12:10 UTC, Pavel Rehak
Details

Note You need to log in before you can comment on or make changes to this bug.
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.