aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-07-10 20:02:39 +0000
committerBenedikt Ritter <britter@apache.org>2016-07-10 20:02:39 +0000
commitfdc460dce69c6ef2caaafaf9628ee94d07d17625 (patch)
tree1be5af90035087473010b0d2f48e6d9d9240370a /RELEASE-NOTES.txt
parenta3fc218ad914c8e1de13ec3d5f5fb4a54597bc8d (diff)
downloadplatform_external_apache-commons-bcel-fdc460dce69c6ef2caaafaf9628ee94d07d17625.tar.gz
platform_external_apache-commons-bcel-fdc460dce69c6ef2caaafaf9628ee94d07d17625.tar.bz2
platform_external_apache-commons-bcel-fdc460dce69c6ef2caaafaf9628ee94d07d17625.zip
BCEL-262: InvokeInstruction.getClassName(ConstantPoolGen) should not 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@1752106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 72389dbe..f44ad735 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -190,8 +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-262: InvokeInstruction.getClassName(ConstantPoolGen) should not 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.