[javap] Implement proper method/field name decoding.
Opened this issue · 0 comments
tjdetwiler commented
Combine method/field name with the descriptor to create a java-style signature.
Ex: with method name foo
and descriptor ()V
, create the method name void foo()
Needs to take access flags and special methods (ex: <init>
) into consideration as well.