GitHub user KyongSik-Yoon opened a pull request:
https://github.com/apache/commons-bcel/pull/12
BCEL-276 LocalVariableTypeTable is not updated.
@britter I was fixed the problem reported by Mark Robert.
This PR include small change.
You can merge this pull request into a Git
Github user KyongSik-Yoon closed the pull request at:
https://github.com/apache/commons-bcel/pull/8
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user KyongSik-Yoon opened a pull request:
https://github.com/apache/commons-bcel/pull/10
BCEL-276 LocalVariableTypeTable is not updated when use MethodGen.
If a method for BCI have at least one generic type of argument JVM throw
java.lang.ClassFormatError due to not updated
GitHub user KyongSik-Yoon opened a pull request:
https://github.com/apache/commons-bcel/pull/9
BCEL-277 Resolve constant to a string representation occur
NoSuchElementException in case CONSTANT_NameAndType constant.
A method that constantToString of ConstantPool class always occur
GitHub user KyongSik-Yoon opened a pull request:
https://github.com/apache/commons-bcel/pull/8
Update LocalVariableTypeTable for generic type of method arguments or local
variables.
If a method for BCI have at least one generic type of argument BCEL then
JVM occur