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

index 9665dd6a20de9a893144e32f435b1390b1c066a8..9d5a2ff7b8cf7cf7594e489b2ae194d3d4224bd5 100644 (file)
@@ -21,7 +21,7 @@ public class RuntimeInvisibleParameterAnnotations extends RuntimeParameterAnnota
          }
          
          public RuntimeInvisibleParameterAnnotations(int nameIndex, int len, byte[] rvaData,ConstantPool cpool) {
-               super(Constants.ATTR_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS,true,nameIndex,len,rvaData,cpool);
+               super(Constants.ATTR_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS,false,nameIndex,len,rvaData,cpool);
          }
 
          public void accept(Visitor v) {
index b57068bc1a4aa97053cb3f92c24e12a69d351391..2da8129202ba6f6724a3b9740a559ef43b553373 100644 (file)
@@ -16,7 +16,7 @@ public class RuntimeVisibleParameterAnnotations extends RuntimeParameterAnnotati
          
          public RuntimeVisibleParameterAnnotations(int nameIndex, int len, byte[] rvaData,ConstantPool cpool) {
                super(Constants.ATTR_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS,true,nameIndex,len,rvaData,cpool);
-       }
+         }
 
          public RuntimeVisibleParameterAnnotations(int nameIdx, int len, 
                        DataInputStream dis,ConstantPool cpool) throws IOException {
index 78c4fcf6a278513c62f1317efa16531593cfac90..752ae7d0a6e15c5fdc71468eb3263f38c9911dca 100644 (file)
Binary files a/lib/bcel/bcel-src.zip and b/lib/bcel/bcel-src.zip differ
index 089932c2d52c48c3d8f6c8ed24603d406c40aa7b..ba6904a6f412430faa688ecb4f930b929d4c069d 100644 (file)
Binary files a/lib/bcel/bcel.jar and b/lib/bcel/bcel.jar differ