1 File overview.html in the current directory gives a very brief 2 overview of this project. It also appears in the "Overview" 3 section of the Javadoc API documentation. 4 5 6 Test cases are split up over two directories: 7 8 src/annotations/tests/classfile/cases/ 9 test/annotations/tests/classfile/cases/ 10 11 See file test/annotations/tests/classfile/AnnotationsTest.java for 12 some documentation of the testing framework. 13 14 TODO: there are currently two "golden" class files: the un-annoted file 15 and the expected output after inserting annotations. 16 Additionally, we could compare: 17 Unannotated .java --> javac --> .class --> AFU insert into .class --> .class 18 Unannotated .java --> AFU insert into .java --> javac --> .class 19 that is, compare the result of inserting the annotations directly 20 into the bytecode versus inserting into the source code and compiling. 21