This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 2a30cec [BCEL-270] Calling toString(ConstantPool) on InvokeInstruction throws NullPointerException.</action> 2a30cec is described below commit 2a30cec541040c0a555432608d4941e54db4b8a3 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 6 20:17:21 2019 -0400 [BCEL-270] Calling toString(ConstantPool) on InvokeInstruction throws NullPointerException.</action> --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 44d0276..c99566c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="BCEL-320" type="add" dev="ggregory" due-to="Tomo Suzuki, Gary Gregory">Add LruCacheClassPathRepository that can scan many JAR files without OutOfMemoryError.</action> <action issue="BCEL-299" type="update" dev="ggregory" due-to="Gary Gregory, zhangminglei ">Fix example src/examples/ClassDumper.java ClassDumper.processID().</action> <action issue="BCEL-322" type="add" dev="ggregory" due-to="Gary Gregory">Add constants to org.apache.bcel.Const for Java 14.</action> + <action issue="BCEL-270" type="fix" dev="ggregory" due-to="Alexandru-Constantin Bledea">Calling toString(ConstantPool) on InvokeInstruction throws NullPointerException.</action> </release> <release version="6.3.1" date="2019-03-20" description="Bug fix release">