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 84085 - Uninstall subversion libraries is not stopped, progress dialog is not closed
Summary: Uninstall subversion libraries is not stopped, progress dialog is not closed
Status: RESOLVED DUPLICATE of bug 72435
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 12:57 UTC by Masaki Katakai
Modified: 2007-05-21 11:34 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 Masaki Katakai 2006-09-02 12:57:47 UTC
Here is a step how to reproduce. It seems tnat the modules are uninstalled, but
progress dialog for uninstallation these libraries will not be closed.

NetBeans 5.5 dev (20060901)
Windows XP

1. Start NetBeans IDE
2. Connect to Update Center, download Subversion
   One module for Subversion, another two modules are installed under "Libraries".
3. Open Module Manager, uninstall "Subversion" module
    It works
4. Try to uninstall "ini4j" under "Libraries" category
    Just click "Uninstall" button, dialog is invoked and showing the progress.
    However, the dialog is not closed, it continues to display the progress.

  I can not find any exception in IDE log file.

5. Exit IDE
6. Restart IDE
7. Open Module Manager
   You can find "ini4j" module is not installed.

So, the module could be uninstalled, but UI, the progress dialog could not
be closed due to some errors.

Please evaluate.
Comment 1 Jiri Rechtacek 2006-09-11 12:27:55 UTC
This is a known problem. The module system doesn't support uninstall
eager/autoload types of modules. The NB5.0/5.5 UI allows to try it but the
module system cannot handle it correctly. So, there is a issue 74819: Allow to
uninstall eager/autoload module which should be fixed in NB6.0. While not fixed
the UI shouldn't allow to uninstall these types of modules, issue 72435. This
issue is already fixed in NB6.0/M1.

*** This issue has been marked as a duplicate of 72435 ***
Comment 2 Jiri Rechtacek 2007-05-21 11:34:49 UTC
module manager subcomponent is gone => resolved issues are assigned to
autoupdate/code