You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/08/24 21:49:46 UTC

[jira] [Resolved] (BCEL-254) Two more methods that would be nice to be public.

     [ https://issues.apache.org/jira/browse/BCEL-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved BCEL-254.
-----------------------
       Resolution: Fixed
    Fix Version/s: 6.0

Thanks very much. Applied the patches with a few minor changes.

URL: http://svn.apache.org/r1697493
Log:
BCEL-254 Two more methods that would be nice to be public.

Modified:
    commons/proper/bcel/trunk/src/changes/changes.xml
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/Constant.java
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/util/BCELifier.java

URL: http://svn.apache.org/r1697494
Log:
BCEL-254 Two more methods that would be nice to be public.
Sample class using BCEL to produce output like javap

Added:
    commons/proper/bcel/trunk/src/examples/ClassDumper.java   (with props)


> Two more methods that would be nice to be public.
> -------------------------------------------------
>
>                 Key: BCEL-254
>                 URL: https://issues.apache.org/jira/browse/BCEL-254
>             Project: Commons BCEL
>          Issue Type: Bug
>            Reporter: Mark Roberts
>             Fix For: 6.0
>
>         Attachments: bcelifier.diff, dumpClass.java
>
>
> As a 'proof of concept' I wrote a version of javap using BCEL.jar.  It worked well, except for two items:
> classfile.Constant.readConstant needed to be public.
> util/BCELifier.printFlags was super useful to be public.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)