Home | History | Annotate | only in /external/annotation-tools/scene-lib
Up to higher level directory
NameDateSize
.classpath21-Aug-2018587
.project21-Aug-2018368
.settings/21-Aug-2018
anncat21-Aug-2018390
ant-contrib.jar21-Aug-2018189.5K
build.properties21-Aug-2018153
build.xml21-Aug-201814.2K
junit.jar21-Aug-2018213.1K
overview.html21-Aug-20181.5K
README21-Aug-2018844
src/21-Aug-2018
test/21-Aug-2018

README

      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