You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey A. Ivanov (JIRA)" <ji...@apache.org> on 2006/10/17 13:06:36 UTC

[jira] Updated: (HARMONY-1894) [classlib][swing] j.s.JTreeTest hangs

     [ http://issues.apache.org/jira/browse/HARMONY-1894?page=all ]

Alexey A. Ivanov updated HARMONY-1894:
--------------------------------------

    Attachment: H1894-JTreeTest.patch

The most likely reason of hangs is call creating and accessing Swing Component not from Event Dispatch Thread (EDT).

The fix changes test superclass to SwingTestCase which makes sure all test-methods including setUp() and tearDown() are executed on the EDT.

There are some cosmetic changes in regards to generification which prevent compiler warnings.

> [classlib][swing] j.s.JTreeTest hangs
> -------------------------------------
>
>                 Key: HARMONY-1894
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1894
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Alexey A. Ivanov
>         Attachments: H1894-JTreeTest.patch
>
>
> From time to time javax.swing.JTreeTest hangs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira