]> source.dussan.org Git - aspectj.git/commitdiff
optimize todo added
authoraclement <aclement>
Thu, 19 Jun 2008 18:14:25 +0000 (18:14 +0000)
committeraclement <aclement>
Thu, 19 Jun 2008 18:14:25 +0000 (18:14 +0000)
bcel-builder/src/org/aspectj/apache/bcel/generic/MethodGen.java

index 6d29f10f86a5c595820c07db9da8be7bdab89baf..4eaf9ce9bcc811746ecf7bd2778ffc8f720fb517 100644 (file)
@@ -86,7 +86,7 @@ import org.aspectj.apache.bcel.classfile.annotation.RuntimeParameterAnnotations;
  * use the `removeNOPs' method to get rid off them.
  * The resulting method object can be obtained via the `getMethod()' method.
  *
- * @version $Id: MethodGen.java,v 1.9 2008/05/28 23:52:57 aclement Exp $
+ * @version $Id: MethodGen.java,v 1.10 2008/06/19 18:14:25 aclement Exp $
  * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
  * @author  <A HREF="http://www.vmeng.com/beard">Patrick C. Beard</A> [setMaxStack()]
  * @see     InstructionList
@@ -209,6 +209,7 @@ public class MethodGen extends FieldGenOrMethodGen {
          this(m,class_name,cp,false);
   }
   
+  // OPTIMIZE should always use tags and never anything else!
   public MethodGen(Method m, String class_name, ConstantPool cp,boolean useTags) {
     this(
                m.getModifiers(),