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 87812

Summary: Enable Progress API to be called with no impl
Product: platform Reporter: Jesse Glick <jglick>
Component: ProgressAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: mkleint
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 87801    

Description Jesse Glick 2006-10-23 23:03:03 UTC
It is desirable for the Progress API to at least run without errors with no impl
module in the classpath. This is useful e.g. for unit tests.
Comment 1 Jesse Glick 2006-10-23 23:11:49 UTC
Checking in manifest.mf;
/shared/data/ccvs/repository/core/progress/manifest.mf,v  <--  manifest.mf
new revision: 1.12; previous revision: 1.11
done
Checking in src/org/netbeans/progress/module/Controller.java;
/shared/data/ccvs/repository/core/progress/src/org/netbeans/progress/module/Controller.java,v
 <--  Controller.java
new revision: 1.22; previous revision: 1.21
done
RCS file:
/shared/data/ccvs/repository/core/progress/src/org/netbeans/progress/module/TrivialProgressUIWorkerProvider.java,v
done
Checking in src/org/netbeans/progress/module/TrivialProgressUIWorkerProvider.java;
/shared/data/ccvs/repository/core/progress/src/org/netbeans/progress/module/TrivialProgressUIWorkerProvider.java,v
 <--  TrivialProgressUIWorkerProvider.java
initial revision: 1.1
done
Checking in src/org/netbeans/progress/spi/InternalHandle.java;
/shared/data/ccvs/repository/core/progress/src/org/netbeans/progress/spi/InternalHandle.java,v
 <--  InternalHandle.java
new revision: 1.6; previous revision: 1.5
done