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 39533 - [2004-03-26] When there are no updates available, the Update Center wizard should say so
Summary: [2004-03-26] When there are no updates available, the Update Center wizard sh...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2004-02-03 11:29 UTC by iformanek
Modified: 2007-05-21 09:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description iformanek 2004-02-03 11:29:42 UTC
When the user checks for updates and there are no 
updates available, the wizard anyway jumps to the 
second step and shows empty tree (with just the 
Update Center names in it).

Suggest to stronger emphasize to the user that no 
updates exist by popping a message box saying "No 
updates found" and not jumping to the second step.
Comment 1 Jiri Rechtacek 2004-03-25 09:09:58 UTC
Implemented in maintrunk.

Checking in src/org/netbeans/modules/autoupdate/Bundle.properties;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.134; previous revision: 1.133
done
Checking in
src/org/netbeans/modules/autoupdate/ConnectingErrorDialog.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/ConnectingErrorDialog.java,v
 <--  ConnectingErrorDialog.java
new revision: 1.11; previous revision: 1.10
done
Checking in src/org/netbeans/modules/autoupdate/Updates.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Updates.java,v 
<--  Updates.java
new revision: 1.30; previous revision: 1.29
done
Checking in src/org/netbeans/modules/autoupdate/XMLUpdates.java;
/cvs/autoupdate/src/org/netbeans/modules/autoupdate/XMLUpdates.java,v
 <--  XMLUpdates.java
new revision: 1.20; previous revision: 1.19
done
Comment 2 iformanek 2004-03-25 10:43:33 UTC
Some more notes for the implementation:
- when some of the selected Update Centers do have updates and some 
do not, the UC wizard should allow to go to the next step, and only 
display those Update Centers that have some updates available. 
The "No updates found" message in such case would not be displayed

- when the IDE checks for updates on the startup, it should do the 
same, i.e. view the "Updates Found" vs. "No updates Found" as one 
unit, and prompt the user with "Updates to your IDE found. Do you 
want to review and install them?" in case at least one of the 
selected update centers has something available. In case no updates 
are available, the IDE should not display anything to the user.\

- in case proxy is misconfigured for the automatic startup check, a 
message saying "Cannot connect to the Update servers, please check 
your proxy settings or network connection" with the "Proxy 
Settings..." button and "Do not automatically check for updates" 
checkbox.
Comment 3 Jiri Rechtacek 2004-03-26 15:22:05 UTC
Next specifications are satisfied, integrated in maintrunk.
Comment 4 Marian Mirilovic 2005-12-20 15:46:28 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. Thanks in advance.