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 - Testability features provided by Progress Indication
Summary: Testability features provided by Progress Indication
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE, T9Y
Depends on:
Blocks:
 
Reported: 2005-04-27 13:43 UTC by Antonin Nebuzelsky
Modified: 2008-12-22 23:44 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)