aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-07-02 16:51:15 +0000
committerBenedikt Ritter <britter@apache.org>2016-07-02 16:51:15 +0000
commit6b0c5a3b409511646984f34989ca7826eb4379cd (patch)
treeba44f0fc27f2d8e97225fd8b435a071995a9a02e /RELEASE-NOTES.txt
parent924120ba5d5f923cb1fbb80a7912a0f3a30a4b42 (diff)
downloadplatform_external_apache-commons-bcel-6b0c5a3b409511646984f34989ca7826eb4379cd.tar.gz
platform_external_apache-commons-bcel-6b0c5a3b409511646984f34989ca7826eb4379cd.tar.bz2
platform_external_apache-commons-bcel-6b0c5a3b409511646984f34989ca7826eb4379cd.zip
BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should throw an exception when it detects an array. Thanks to Mark Roberts.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1751083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 74980da0..72389dbe 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -190,6 +190,8 @@ o BCEL-177: When reading the number of parameters in a MethodParameters
CHANGES:
========
+o BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should throw an
+ exception when it detects an array. Thanks to Mark Roberts.
o BCEL-230: Document the Java platform requirement clearly and early.
o BCEL-211: Some additional clone methods should be public.
o BCEL-127: Document that Instruction Factory returns singleton instances.