[GitHub] commons-bcel pull request #12: BCEL-276 LocalVariableTypeTable is not update...

2016-12-24 Thread KyongSik-Yoon
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] commons-bcel pull request #8: Update LocalVariableTypeTable for generic type...

2016-08-08 Thread KyongSik-Yoon
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] commons-bcel pull request #10: BCEL-276 LocalVariableTypeTable is not update...

2016-07-28 Thread KyongSik-Yoon
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] commons-bcel pull request #9: BCEL-277 Resolve constant to a string represen...

2016-07-28 Thread KyongSik-Yoon
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] commons-bcel pull request #8: Update LocalVariableTypeTable for generic type...

2016-07-20 Thread KyongSik-Yoon
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