You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2006/08/16 15:28:22 UTC

[jira] Created: (HARMONY-1207) [classlib][beans] corrections for EventHandler

[classlib][beans] corrections for EventHandler
----------------------------------------------

                 Key: HARMONY-1207
                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: winXP
            Reporter: Alexei Zakharov


Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
testRemovePropertyChangeListener
testRemovePropertyChangeListener_diff
The attached patch solves the problem.


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

        

[jira] Updated: (HARMONY-1207) [classlib][beans] corrections for EventHandler

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1207?page=all ]

Alexei Zakharov updated HARMONY-1207:
-------------------------------------

    Attachment: EventHandler.patch

> [classlib][beans] corrections for EventHandler
> ----------------------------------------------
>
>                 Key: HARMONY-1207
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Attachments: EventHandler.patch
>
>
> Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
> testRemovePropertyChangeListener
> testRemovePropertyChangeListener_diff
> The attached patch solves the problem.

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

        

[jira] Resolved: (HARMONY-1207) [classlib][beans] corrections for EventHandler

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1207?page=all ]

Mikhail Loenko resolved HARMONY-1207.
-------------------------------------

    Resolution: Fixed

Thanks for the patch, Alexei!
I've applied it in revision 431910
Please check that it was done right

> [classlib][beans] corrections for EventHandler
> ----------------------------------------------
>
>                 Key: HARMONY-1207
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: EventHandler.patch
>
>
> Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
> testRemovePropertyChangeListener
> testRemovePropertyChangeListener_diff
> The attached patch solves the problem.

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

        

[jira] Closed: (HARMONY-1207) [classlib][beans] corrections for EventHandler

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1207?page=all ]

Mikhail Loenko closed HARMONY-1207.
-----------------------------------


> [classlib][beans] corrections for EventHandler
> ----------------------------------------------
>
>                 Key: HARMONY-1207
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: EventHandler.patch
>
>
> Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
> testRemovePropertyChangeListener
> testRemovePropertyChangeListener_diff
> The attached patch solves the problem.

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

        

[jira] Commented: (HARMONY-1207) [classlib][beans] corrections for EventHandler

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1207?page=comments#action_12434916 ] 
            
Alexei Zakharov commented on HARMONY-1207:
------------------------------------------

Verified a long time ago. Just forgot to add the comment. Thanks.

> [classlib][beans] corrections for EventHandler
> ----------------------------------------------
>
>                 Key: HARMONY-1207
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: EventHandler.patch
>
>
> Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
> testRemovePropertyChangeListener
> testRemovePropertyChangeListener_diff
> The attached patch solves the problem.

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

        

[jira] Assigned: (HARMONY-1207) [classlib][beans] corrections for EventHandler

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1207?page=all ]

Mikhail Loenko reassigned HARMONY-1207:
---------------------------------------

    Assignee: Mikhail Loenko

> [classlib][beans] corrections for EventHandler
> ----------------------------------------------
>
>                 Key: HARMONY-1207
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1207
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: winXP
>            Reporter: Alexei Zakharov
>         Assigned To: Mikhail Loenko
>         Attachments: EventHandler.patch
>
>
> Currently two tests from org.apache.harmony.beans.tests.java.beans.PropertyEditorSupportTest class fail due bugs in java.beans.EventHandler class. The problem is that the current implementation of EventHandler does not provide "proxied" implementations for several methods from java.lang.Object class (see api doc for the java.lang.reflect.Proxy class for details). This is the cause of the following test failures:
> testRemovePropertyChangeListener
> testRemovePropertyChangeListener_diff
> The attached patch solves the problem.

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