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 152303 - Uninstaller doesn't provide userID paramater to uninstallation survey
Summary: Uninstaller doesn't provide userID paramater to uninstallation survey
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 14:04 UTC by Petr Blaha
Modified: 2008-12-26 14:04 UTC (History)
0 users

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 Petr Blaha 2008-11-04 14:04:16 UTC
I tested the latest RC2 build and realized that ID parameter is not provided in URL. The reason is that installer reads
the data from '.superid' file instead of '.superId', see the line 79
http://hg.netbeans.org/release65/file/60c0a526b6bd/installer/engine/src/org/netbeans/installer/wizard/components/actions/netbeans/NbShowUninstallationSurveyAction.java

final File superId = new File(SystemUtils.getUserHomeDirectory(), ".netbeans" + File.separator + ".superid");
Comment 1 dlipin 2008-11-05 07:20:32 UTC
Fixed.
http://hg.netbeans.org/release65/rev/3077809b1b48
Comment 2 july 2008-12-26 14:04:14 UTC
VERIFIED in nb7.0 m1