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 133962

Summary: Restart by uninstallation of JavaScript Debugger module is obligatory
Product: javascript Reporter: Roman Mostyka <romanmostyka>
Component: DebuggerAssignee: _ sandipchitale <sandipchitale>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2008-04-25 18:13:11 UTC
1. Install "JavaScript Debugger" plugin.
2. Restart IDE.
3. Uninstall "JavaScript Debugger" plugin.
4. Close IDE, remove userdir and start IDE.

Result: "JavaScript Debugger" plugin is still here. So if customer wants to start IDE with fresh userdir, customer have
to uninstall plugin, restart IDE, close IDE and only then remove IDE and start IDE. It is inconvenient.
Comment 1 _ sandipchitale 2008-04-30 19:23:40 UTC
In step 4 you have to let the IDE restart. You cannot delete the userdir in between. I think when you uninstall there is
something queued in the user dir. And when the IDE restarts that is when the module is really uninstalled and recorder
as such. That is how the Plugin Manager works. I think you will see the same behavior with any other NetBeans plugin.
Comment 2 Roman Mostyka 2008-05-04 11:25:32 UTC
So, we can't do anything, right? I'm asking because it is quite inconvenient to restart IDE, this is an additional step.