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 53361 - Rewrite UI responiveness tests to use custom RepaintManager
Summary: Rewrite UI responiveness tests to use custom RepaintManager
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-01-13 16:24 UTC by _ rkubacki
Modified: 2011-05-25 11:55 UTC (History)
0 users

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 _ rkubacki 2005-01-13 16:24:27 UTC
There are several benefits if we use customized RM
and possibly our own EventQueue to log event
processing for UI responiveness tests.

Easier maintainance (no need to check with every
JDK build).
Simpler usage (no patched JDK installation).
Hopefully working on MAC OS without changes.

The method produces comparable results as our
current one.
Comment 1 _ rkubacki 2005-01-13 17:44:17 UTC
I created a branch 'repaint_mgr' in performance/test directory
Comment 2 _ rkubacki 2005-01-14 07:17:17 UTC
Currently there is a problem with submenus on JDK1.4.2 (esc closes
only submenu and confuses the rest of tests?). Works OK on Tiger.
Comment 3 _ rkubacki 2005-01-14 07:31:36 UTC
Another (general?) problem: 1st result from 'Java file node popup in
Projects View' is screwed because the package is just updated and icon
badging still runs.
Comment 4 _ rkubacki 2005-02-14 09:27:44 UTC
merged into trunk, includes also Marian's fixes now
Comment 5 Marian Mirilovic 2005-12-14 16:08:55 UTC
verified/closed