You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/06/18 13:57:51 UTC

svn commit: r1749032 - in /commons/proper/bcel/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: britter
Date: Sat Jun 18 13:57:51 2016
New Revision: 1749032

URL: http://svn.apache.org/viewvc?rev=1749032&view=rev
Log:
Add BCEL-237 to changes.xml and RELEASE-NOTES since it seems to have been fixed already

Modified:
    commons/proper/bcel/trunk/RELEASE-NOTES.txt
    commons/proper/bcel/trunk/src/changes/changes.xml

Modified: commons/proper/bcel/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/RELEASE-NOTES.txt?rev=1749032&r1=1749031&r2=1749032&view=diff
==============================================================================
--- commons/proper/bcel/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/bcel/trunk/RELEASE-NOTES.txt Sat Jun 18 13:57:51 2016
@@ -58,6 +58,7 @@ o BCEL-272: Add constants for Java 9 cla
 FIXED BUGS:
 ===========
 
+o BCEL-237: non-empty final arrays should be private as they are mutable.
 o BCEL-243: Type.getType() needs to understand TypeVariableSignature(s).
 o BCEL-271: FCONST pattern does not include FCONST_2.
 o BCEL-264: Add missing Node.accept() implementations (ConstantMethodHandle,

Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1749032&r1=1749031&r2=1749032&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml Sat Jun 18 13:57:51 2016
@@ -90,6 +90,7 @@ N.B. The Clirr report shows that there a
  External code should not have been relying on such classes to provide definitions of the constants.
 
 ">
+      <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>
       <action issue="BCEL-272" type="add">Add constants for Java 9 class file version 53</action>