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 89624

Summary: Open Project... should not create ~/NetBeansProjects
Product: projects Reporter: Kirill Sorokin <ksorokin>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: mmirilovic
Priority: P3 Keywords: SIMPLEFIX
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Kirill Sorokin 2006-11-19 20:51:40 UTC
When I choose File->Open Project... the default location is ~/NetBeansProjects.
The problem is that the directory gets created if it does not exist. It should
not be that way. NB should probably check whether it exists, and if it does not
- fallback to just ~.

The impact is obviously not serious, but the annoyance factor is tremendous.
Thus a P2. See also Issue 89622.

--
I'm working with 

NetBeans IDE Dev (Build 200610231500)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251
Comment 1 Jesse Glick 2006-11-20 00:58:01 UTC
Initial dir for filechooser should track the last-used dir so you should only
need to delete an empty ~/NBP once; thus P3.
Comment 2 Jesse Glick 2006-11-20 17:08:43 UTC
committed   * Up-To-Date  1.26       
projects/projectui/src/org/netbeans/modules/project/ui/OpenProjectListSettings.java
committed   * Up-To-Date  1.11       
projects/projectui/src/org/netbeans/modules/project/ui/ProjectChooserFactoryImpl.java
Comment 3 Jesse Glick 2006-11-20 18:20:29 UTC
*** Issue 89622 has been marked as a duplicate of this issue. ***