JDK-8071693 Introspector ignores default interface methods
Lukáš Kvídera
kvideral at qwsome.eu
Wed Jun 29 18:04:02 UTC 2016
I think I have found a solution for a bug JDK-8071693.
The problem is the Introspector does scan only in super classes and does not know about default methods.
I just added condition method.isDefault() and manual testing proves my idea does work. I did NOT run junit tests.
Can you please review this patch in attachment?
LK
Bug: https://bugs.openjdk.java.net/browse/JDK-8071693
-------------- next part --------------
A non-text attachment was scrubbed...
Name: JDK-8071693-Introspector.patch
Type: text/x-diff
Size: 1624 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20160629/bcf096cb/JDK-8071693-Introspector.patch>
More information about the build-dev
mailing list