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 128105 - NPE creating new Java Project with Existing Sources
Summary: NPE creating new Java Project with Existing Sources
Status: RESOLVED DUPLICATE of bug 127705
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 08:03 UTC by Peter Lam
Modified: 2008-02-22 09:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (76.84 KB, text/plain)
2008-02-22 08:04 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-02-22 08:03:45 UTC
Please change component/subcomp if not correct.

Installed from latest 6.1 build 20080219203 on Vista.
- start ide from fresh userdir
- select File->New Project
- select Java->Java Project with Existing Sources
- click Next and the NPE dialog popped up. See attached ide log file for complete exception stack trace.

java.lang.NullPointerException
	at java.io.File.<init>(File.java:222)
	at org.netbeans.modules.java.j2seproject.ui.wizards.PanelOptionsVisual.valid(PanelOptionsVisual.java:287)
Comment 1 Peter Lam 2008-02-22 08:04:49 UTC
Created attachment 57038 [details]
ide log file
Comment 2 Peter Lam 2008-02-22 08:06:01 UTC
no way to create a new project from existing sources.
Comment 3 Milan Kubec 2008-02-22 09:45:17 UTC
Should be already fixed, see issue #127705.

*** This issue has been marked as a duplicate of 127705 ***