]> source.dussan.org Git - aspectj.git/commit
Fix 440983: RuntimeInvisTypeAnnotation unpacking
authorAndy Clement <aclement@gopivotal.com>
Wed, 6 Aug 2014 15:20:07 +0000 (08:20 -0700)
committerAndy Clement <aclement@gopivotal.com>
Wed, 6 Aug 2014 15:20:07 +0000 (08:20 -0700)
commitb09622f37d7c6d10eb3331097e2c09d670db61fa
tree5fd65c3f0816f288f180c9f76645721fb63da9f9
parent25f3a34a0c1e2db9b34f00afdbfb2d15d89e6418
Fix 440983: RuntimeInvisTypeAnnotation unpacking
12 files changed:
bcel-builder/src/org/aspectj/apache/bcel/classfile/Attribute.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/RuntimeInvisTypeAnnos.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/RuntimeVisTypeAnnos.java
lib/bcel/bcel-src.zip
lib/bcel/bcel.jar
tests/bugs182/440983/Code.java [new file with mode: 0644]
tests/bugs182/440983/X.java [new file with mode: 0644]
tests/bugs182/440983/code.jar [new file with mode: 0644]
tests/src/org/aspectj/systemtest/AllTests18.java
tests/src/org/aspectj/systemtest/ajc182/Ajc182Tests.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc182/AllTestsAspectJ182.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc182/tests.xml [new file with mode: 0644]