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

Summary: Uninstaller doesn't provide userID paramater to uninstallation survey
Product: installer Reporter: Petr Blaha <blaha>
Component: CodeAssignee: dlipin <dlipin>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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