You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/14 00:09:23 UTC

svn commit: r1695789 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java

Author: sebb
Date: Thu Aug 13 22:09:23 2015
New Revision: 1695789

URL: http://svn.apache.org/r1695789
Log:
BCEL-231 Remove deprecated methods and classes

Modified:
    commons/proper/bcel/trunk/src/changes/changes.xml
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java

Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1695789&r1=1695788&r2=1695789&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml Thu Aug 13 22:09:23 2015
@@ -63,6 +63,7 @@ The <action> type attribute can be add,u
 
   <body>
     <release version="6.0" date="TBA" description="Major release with Java 7 and 8 support">
+      <action issue="BCEL-231" type="fix">Remove deprecated methods and classes</action>
       <action issue="BCEL-110" type="fix">Problem with JAXB if the bcel classloader is used</action>
       <action issue="BCEL-201" type="update">modify several toString methods to make output similar to "javap"</action>
       <action issue="BCEL-205" type="update">add javadoc comments to LineNumber.java and LineNumberTable.java</action>

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java?rev=1695789&r1=1695788&r2=1695789&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java Thu Aug 13 22:09:23 2015
@@ -184,16 +184,6 @@ public final class ConstantUtf8 extends
 
 
     /**
-     * @param bytes the raw bytes of this Utf-8
-     * @deprecated
-     */
-    @java.lang.Deprecated
-    public final void setBytes( String bytes ) {
-        throw new UnsupportedOperationException();
-    }
-
-
-    /**
      * @return String representation
      */
     @Override