On Thu, 9 Feb 2023 14:04:22 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Adam Sotona has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> AttributeElement.Kind removal (#48)
>
> src/java.base/share/classes/jdk/internal/classfile/constantpool/MemberRefEntry.java
> line 62:
>
>> 60: * {@return whether this member is a method}
>> 61: */
>> 62: boolean isMethod();
>
> this seems surprising - after all we have separate types for methods/fields.
I'll look at it - if still needed or just a relic.
-------------
PR: https://git.openjdk.org/jdk/pull/10982