On Wed, 26 Mar 2025 18:24:17 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> There is the static method is the test scenario 1. Also there is the test 
>> scenario 7 to show that `method.isDefault()` is not enough here.
>> 
>> OK, I'd add the following methods to `interface A4`:
>> 
>>         public static int getStaticValue() {
>>             return 0;
>>         }
>>         private int getPrivateValue() {
>>             return 0;
>>         }
>> 
>> Is this the case you're thinking of?
>> 
>> Redarding properties, I think the implementation is OK. The only question in 
>> this case is should `getMethodDescriptors()` contain the static method 
>> (`public static int DefaultMethodBeanPropertyTest$A4.getStaticValue()`) or 
>> not?
>
> Let me try experimenting with that.

BTW please merge the master branch, the current branch is way too outdated.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23443#discussion_r2014857940

Reply via email to