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 103724 - Plugin Manager displays download size incorrectly
Summary: Plugin Manager displays download size incorrectly
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-11 10:58 UTC by Jiri Kovalsky
Modified: 2007-05-21 10:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of plugin manager with wrong download size. (25.60 KB, image/png)
2007-05-11 10:59 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2007-05-11 10:58:50 UTC
NetBeans 6.0 Preview (M9) build #070502
Windows XP, JDK 1.6.0 RC build #101

Description:
============
It looks like Plugin Manager has problems with reading download size from module
catalogue XML file because if a module depends on some other modules all modules
claim to have the same size. Please look at the attached screenshot. However,
the download size parameter has correct number if one looks directly at the URL
of the Update Center in a web browser.

Steps to reproduce:
===================
1. Invoke "Tools|Plugins" from main menu.
2. Switch to "New Plugins" tab.
3. Type Java into "Search" textfield.
4. After a while you will see three modules with exact download size which is
incorrect: "Java FX Projects", "JavaFXLibrary" and "JavaFX UserLibrary".
Comment 1 Jiri Kovalsky 2007-05-11 10:59:37 UTC
Created attachment 42308 [details]
Screenshot of plugin manager with wrong download size.
Comment 2 Jiri Rechtacek 2007-05-11 13:01:48 UTC
Size of plugin include also size of all depending plugin which must bbe
installed together, an user can see the really size of download.
Comment 3 Jiri Rechtacek 2007-05-11 13:04:18 UTC
See also the issue 100542 about problem like this.
Comment 4 Jiri Kovalsky 2007-05-11 13:23:15 UTC
Okay, in such case I completely didn't get what "Size" means :-\ Maybe there
could be a hint explaining that size means total size or something. Don't you
have some great idea Pepo?
Comment 5 Jiri Rechtacek 2007-05-21 10:36:23 UTC
Renamed subcomponent 'module manager' to 'plugin manager' consistent with
current naming.