Actions
Bug #4650
closedmodule manager tries to download already downloaded modules
Start date:
01/07/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4650
Description
After downloading a module, that module should be removed from the "available modules" list. If a user tries to download the same module twice, there is an NPE thrown.
Updated by David Welker almost 15 years ago
Modules that are retrieved are not removed from the available modules pane. Instead, they are added to the "Downloaded Modules" list available in the "Downloaded Modules" tab.
I have modified the code to catch a class cast exception that occurred when retrieval occurred before all suites have been calculated.
After this change upon testing, there was NPE when a module was attempted to be retrieved twice.
Actions