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 67317 - Classpath Scanning task always starts at 33% not at 0%
Summary: Classpath Scanning task always starts at 33% not at 0%
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 16:50 UTC by Antonin Nebuzelsky
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-10-21 16:50:17 UTC
This looks funny. Whenever I see CP scanning task appear in the status bar (at
startup or project open) it starts at 33%. It should start at 0%.
Comment 1 Jan Becicka 2005-10-21 19:03:57 UTC
It is consequence of the fact, that it is impossible to assign weight to
ProgressContributor. I know, that first phase of the scanning porcess does not
take more than few %, but I don't know, how to do this through Progress API.
Comment 2 Antonin Nebuzelsky 2005-10-24 09:52:55 UTC
I see.

Milosi, any way to workaround it with the current API? If not, any chance API
could be enhanced (in next release) to fix this?
Comment 3 Milos Kleint 2005-10-25 06:44:27 UTC
i haven't looked at it, but it probably could.
anyway the progress bar still could be moving faster even now.. it stays at
33-35 forever but I never saw it at 49 or 55 percent
Comment 4 Jan Becicka 2006-10-26 16:27:46 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 5 Quality Engineering 2007-09-20 12:02:08 UTC
Reorganization of java component