aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2015-03-07 00:23:06 +0000
committerEmmanuel Bourg <ebourg@apache.org>2015-03-07 00:23:06 +0000
commit5f029f691332139ea0bb0e938b90799d74806a93 (patch)
treeedd51705d6e4884fb1f9c0ad4c76c9f4f31eeaab /RELEASE-NOTES.txt
parentd24936191391128db30ff49e298e2b31aa643d3a (diff)
downloadplatform_external_apache-commons-bcel-5f029f691332139ea0bb0e938b90799d74806a93.tar.gz
platform_external_apache-commons-bcel-5f029f691332139ea0bb0e938b90799d74806a93.tar.bz2
platform_external_apache-commons-bcel-5f029f691332139ea0bb0e938b90799d74806a93.zip
The verifier now checks if methods with a void return type attempt to return an object. Thanks to Jérôme Leroux (BCEL-184)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1664767 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8c2f51c5..32fbbe7e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -99,11 +99,11 @@ Bug fixes from 5.2
[BCEL-174] Verification of interfaces with default methods fails with Java 8
[BCEL-177] MethodParameters should read 1 byte not two for parameter count
[BCEL-181] ClassLoaderRepository.loadClass(String) leaks input streams
+[BCEL-184] JustIce verifier does not check correctly the returned value of a method
[BCEL-194] LocalVariableGen hashCode() function is incorrrect
[BCEL-197] Add support for TypeVariables to Utility.signatureToString()
[BCEL-207] MethodGen.removeLocalVariable(s) doesn't remove the associated Targetters
-
Feedback
--------