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 207540

Summary: Extend Places API with default root of userdir
Product: platform Reporter: Jiri Rechtacek <jrechtacek>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: normal CC: anebuzelsky, jglick
Priority: P3 Keywords: API
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Rechtacek 2012-01-19 19:42:02 UTC
Once issue 196075 fixed, some places in IDE have to know a OS specific placement of root of default userdirs.
* autoupdate.ui, installer - needs it for reading/storing .superId property
* o.n.upgrader, pluginimporter, options.api - needs it for searching older version of IDE (btw. these module still reads system's property 'user.home' for former versions)
Would be nice to use Places API for this in a similar way as for userdir.
Comment 1 Jesse Glick 2012-01-19 21:13:07 UTC
You know most about this; submit a patch with usages for review.
Comment 2 Jaroslav Tulach 2014-04-11 10:12:08 UTC
Waiting for patch.