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

Summary: Scanning classpath progress bar is not visible in 4.1 beta when bg_scanning property is set
Product: java Reporter: Roman Strobl <rstrobl>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 54853    
Bug Blocks:    

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.