aboutsummaryrefslogtreecommitdiff
path: root/src/changes/changes.xml
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 /src/changes/changes.xml
parent924120ba5d5f923cb1fbb80a7912a0f3a30a4b42 (diff)
downloadapache-commons-bcel-6b0c5a3b409511646984f34989ca7826eb4379cd.tar.gz
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 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eb7cf685..c41c175f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,6 +107,8 @@ Source compatible - Yes, sort of;
For full information about API changes please see the extended Clirr report:
http://commons.apache.org/bcel/clirr-report.html">
+ <action issue="BCEL-262" type="update" dev="britter" due-to="Mark Roberts">InvokeInstruction.getClassName(ConstantPoolGen)
+ should throw an exception when it detects an array.</action>
<action issue="BCEL-237" type="fix" dev="sebb">non-empty final arrays should be private as they are mutable.</action>
<action issue="BCEL-230" type="update" dev="britter">Document the Java platform requirement clearly and early.</action>
<action issue="BCEL-243" type="fix">Type.getType() needs to understand TypeVariableSignature(s).</action>