Bug #4650
module 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.
History
#1 Updated by David Welker over 12 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.
#2 Updated by Redmine Admin about 9 years ago
Original Bugzilla ID was 4650