• Home
Name Date Size #Lines LOC

..--

.settings/03-May-2024-119

src/03-May-2024-16,00010,731

test/03-May-2024-3,3232,303

.classpathD03-May-2024587 1211

.projectD03-May-2024368 1817

READMED03-May-2024844 2115

anncatD03-May-2024390 136

build.propertiesD03-May-2024153 43

build.xmlD03-May-202414.2 KiB351261

overview.htmlD03-May-20241.5 KiB4637

README

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