You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2014/04/20 10:54:15 UTC

[jira] [Created] (BCEL-175) Implement the MethodParameters attribute

Emmanuel Bourg created BCEL-175:
-----------------------------------

             Summary: Implement the MethodParameters attribute
                 Key: BCEL-175
                 URL: https://issues.apache.org/jira/browse/BCEL-175
             Project: Commons BCEL
          Issue Type: Improvement
            Reporter: Emmanuel Bourg


The class format 52 adds the MethodParameters attribute:

http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.24

{quote}A MethodParameters attribute records information about the formal parameters of a method, such as their names.

There may be at most one MethodParameters attribute in the attributes table of a method_info structure. {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)