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 - Open Project... should not create ~/NetBeansProjects
Summary: Open Project... should not create ~/NetBeansProjects
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-11-19 20:51 UTC by Kirill Sorokin
Modified: 2006-11-20 18:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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