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 58372

Summary: Testability features provided by Progress Indication
Product: platform Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: -- Other --Assignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker CC: issues, mmirilovic
Priority: P3 Keywords: PERFORMANCE, T9Y
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Antonin Nebuzelsky 2005-04-27 13:43:23 UTC
Progress Indication should provide either some hooks or at least log messages
for various events. This would be used by performance tests to get

* a list of running tasks
* a start time and an end time of a task
* initial delay of a task

A task could be identified by its name and also by a hashCode (e.g. hashCode of
the task's ProgressHandle) to distiguish between two concurrently running tasks
of the same name.
Comment 1 Milos Kleint 2006-07-27 07:43:25 UTC
I would say by having the API and UI split in 2 modules, this one is basically
implemented. For testing purposes, remove the default impl and provide your own
with all the meansurements (and possibly without any UI at all.)