You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sergey Krivenko (JIRA)" <ji...@apache.org> on 2006/12/01 11:17:22 UTC

[jira] Updated: (HARMONY-2389) [classlib] [beans] Method isGuiAvailable() in class Beans returns false by default

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

Sergey Krivenko updated HARMONY-2389:
-------------------------------------

    Attachment: Harmony-2389-Beans.patch

The attached file is a patch fixing the bug

> [classlib] [beans] Method isGuiAvailable() in class Beans returns false by default
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-2389
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2389
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: WIN XP
>            Reporter: Sergey Krivenko
>         Attachments: Harmony-2389-Beans.patch, Harmony-2389-BeansTest.patch
>
>
> The value in the following code is true by default in RI :
> import java.beans.Beans;
> public class Test  {
>     public static void main(String[] args) {
>         boolean returnValue = Beans.isGuiAvailable();
>         
>         if (returnValue) {
>             System.out.println("PASSED");    
>         } else {
>             System.out.println("FAILED");
>         }
>     }
> }

-- 
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