Bug 13635 - Install wizard shows bogus required/ available space values
Summary: Install wizard shows bogus required/ available space values
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Christophe Elek CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 13961
Blocks:
  Show dependency tree
 
Reported: 2002-04-12 10:57 EDT by Vlad Klicnik CLA
Modified: 2002-04-17 10:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad Klicnik CLA 2002-04-12 10:57:52 EDT
Seems like the displayed numbers in the install wizard are either -1 or some 
random large bogus number. -1 (ContentEntryModel.UNKNOWN_SIZE constant) should 
be shown as "Not Known" (or something similar).
Comment 1 Dejan Glozic CLA 2002-04-12 11:33:13 EDT
Values are not bogus random they are RANDOM (as in calling Random class in 
java.util) :-). It is a tmp. code until I get the real numbers.
Comment 2 Christophe Elek CLA 2002-04-16 22:04:08 EDT
Maybe fixed already
Comment 3 Dejan Glozic CLA 2002-04-17 10:29:39 EDT
Fixed on the UI side. Core has a bug in required size calculation (if either 
plug-in or non plug-in entires are NULL, it returns -1, which is wrong - most 
features will not have non-plug-in entries).
Comment 4 Christophe Elek CLA 2002-04-17 10:36:50 EDT
Bug http://dev.eclipse.org/bugs/show_bug.cgi?id=13038 has been fixed
dependend on Native, close UI bug, leave Core bug open (13961)