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 - Restart by uninstallation of JavaScript Debugger module is obligatory
Summary: Restart by uninstallation of JavaScript Debugger module is obligatory
Status: RESOLVED INVALID
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 18:13 UTC by Roman Mostyka
Modified: 2008-05-04 11:25 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 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.