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 100700 - Downloaded tab: Cancel of adding plugins dialog removed all previousle added from the list
Summary: Downloaded tab: Cancel of adding plugins dialog removed all previousle added ...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 22:44 UTC by Marian Mirilovic
Modified: 2007-04-30 09:28 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 Marian Mirilovic 2007-04-11 22:44:54 UTC
before-merge-III build, JDK 1.5.0_11

Steps to reproduce:
- run IDE
- open plugin-manager
- select Downloaded tab
- push Add plugins ... button
- select some nbm file and push Open
- push Add plugins ... button once again
- press Cancel
-> the list of plugins is empty - I would expect the list of plugins contains
all previously added plugins
Comment 1 Jiri Rechtacek 2007-04-23 09:40:24 UTC
fixed;
autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/LocalDownloadSupport.java
autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java
autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java
autoupdate/services/src/org/netbeans/modules/autoupdate/updateprovider/LocalNBMsProvider.java
autoupdate/services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateInfoParser.java
Comment 2 Marian Mirilovic 2007-04-30 09:28:14 UTC
verified in M9