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 100081

Summary: Invalid URL causes problems with refreshing
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: rmatous
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89627    

Description Jaromir Uhrik 2007-04-05 10:56:28 UTC
Steps to reproduce:
-Go to Settings tab
-Deselect checkbox by "Dev Updates Provider"
-Go to New Plugins tab and push "Refresh list" button (list gets empty)
-select Settings tab
-Push New button
-Fill in some nonexisting URL (e.g. http://aaa)
-Push OK
-Set both update centers active
-Select New Plugins tab and push "Refresh list" button
There appears Error dialog and the list of modules is empty. The error dialog
should say which update center cannot be connected and correct update centers
must be connected and the proper modules must appear in the list.
Comment 1 Jiri Rechtacek 2007-04-11 00:13:29 UTC
Checking in
services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/services/Attic/UpdateUnitProviderImpl.java,v
 <--  UpdateUnitProviderImpl.java
new revision: 1.1.2.6; previous revision: 1.1.2.5
done
Checking in ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Attic/UpdateUnitProviderPanel.java,v
 <--  UpdateUnitProviderPanel.java
new revision: 1.1.2.4; previous revision: 1.1.2.3
done
Checking in ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Attic/SettingsTab.java,v
 <--  SettingsTab.java
new revision: 1.1.2.4; previous revision: 1.1.2.3
done
Checking in
services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactory.java;
/shared/data/ccvs/repository/autoupdate/services/src/org/netbeans/modules/autoupdate/updateprovider/Attic/AutoupdateCatalogFactory.java,v
 <--  AutoupdateCatalogFactory.java
new revision: 1.1.2.11; previous revision: 1.1.2.10
done