Chris Sears created BCEL-266:
--------------------------------
Summary: INVOKEDYNAMIC is missing from Constants.java in 5.2
Key: BCEL-266
URL: https://issues.apache.org/jira/browse/BCEL-266
Project: Commons BCEL
Issue Type: Bug
Components: Main
Affects Versions: 5.2
Reporter: Chris Sears
Priority: Minor
Strangely, INVOKEDYNAMIC is missing in Constants.java for the tarball of
BCEL-5.2
It should say:
public static final short INVOKEDYNAMIC = 186;
as it does in the code browser:
http://commons.apache.org/proper/commons-bcel/apidocs/src-html/org/apache/bcel/Constants.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)