classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Fixed #23727 in java/lang/reflect/Proxy.java


From: Jeroen Frijters
Subject: [cp-patches] FYI: Fixed #23727 in java/lang/reflect/Proxy.java
Date: Mon, 5 Sep 2005 09:13:24 +0200

Hi,

I fixed bug #23727 by simplifying the equals method to take the
interface order into account. Note that this is the correct behavior
(ignoring the interface order is not correct, because the order is
significant when multiple interface have identical method signatures).

Regards,
Jeroen

2005-09-05  Jeroen Frijters  <address@hidden>

        * java/lang/reflect/Proxy.java
        (sameTypes): Removed.
        (equals): Fixed bug #23727.

Attachment: proxy.patch.txt
Description: proxy.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]