]> source.dussan.org Git - aspectj.git/commitdiff
Changed runtime invis attrs to always be invis as discovered by Alex. Was impacting...
authoraclement <aclement>
Fri, 22 Apr 2005 16:13:38 +0000 (16:13 +0000)
committeraclement <aclement>
Fri, 22 Apr 2005 16:13:38 +0000 (16:13 +0000)
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisibleAnnotations.java
lib/bcel/bcel-src.zip
lib/bcel/bcel.jar

index 626b48c65087eff173c89f03074a31c55a4aba2d..ab638438e20cf37537b7158c70ec32105a11c0fe 100644 (file)
@@ -22,7 +22,7 @@ public class RuntimeInvisibleAnnotations extends RuntimeAnnotations {
          }
          
          public RuntimeInvisibleAnnotations(int nameIndex, int len, byte[] rvaData,ConstantPool cpool) {
-               super(Constants.ATTR_RUNTIME_INVISIBLE_ANNOTATIONS,true,nameIndex,len,rvaData,cpool);
+               super(Constants.ATTR_RUNTIME_INVISIBLE_ANNOTATIONS,false,nameIndex,len,rvaData,cpool);
          }
 
          public void accept(Visitor v) {
index bd9a81f55ab82c08f6e7b13433537730c8d4aa74..78c4fcf6a278513c62f1317efa16531593cfac90 100644 (file)
Binary files a/lib/bcel/bcel-src.zip and b/lib/bcel/bcel-src.zip differ
index af22d7fe23a01987d940aff8eeb1c945694db237..089932c2d52c48c3d8f6c8ed24603d406c40aa7b 100644 (file)
Binary files a/lib/bcel/bcel.jar and b/lib/bcel/bcel.jar differ