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 55348 - Scanning classpath progress bar is not visible in 4.1 beta when bg_scanning property is set
Summary: Scanning classpath progress bar is not visible in 4.1 beta when bg_scanning p...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on: 54853
Blocks:
  Show dependency tree
 
Reported: 2005-02-22 13:23 UTC by Roman Strobl
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-02-22 13:23:25 UTC
[NetBeans 200502220910; JDS R3; JDK 1.5.0_02]

I've tried to activate the
netbeans.javacore.background_scanning variable so
that scanning occurs on background. By default the
memory toolbar is not visible in beta (unlike dev
builds). Unfortunately scanning progress bar is
shown in this toolbar so beta users who want to
try the background scanning won't see the dialog
and will be probably confused. Please consider
fixing this issue till 4.1 beta release.
Comment 1 Jan Becicka 2005-02-22 15:29:16 UTC
Background scanning will not be supported in NB 4.1.
As a workaround turn on memory toolbar.
Comment 2 Jan Becicka 2005-02-22 15:36:47 UTC
Scanning action should have its own toolbar.
Comment 3 Jan Becicka 2005-02-28 09:46:14 UTC
Checking in ProgressPanel2.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/ProgressPanel2.java,v
 <--  ProgressPanel2.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 Roman Strobl 2005-04-01 12:09:36 UTC
Verified.