• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

annotation-file-utilities/22-Nov-2023-28,16520,763

asmx/22-Nov-2023-47,94530,099

buildtest/22-Nov-2023-266158

scene-lib/22-Nov-2023-19,79913,393

.gitD01-Jan-19700

.git.pre-commitD22-Nov-20231.5 KiB3110

.gitignoreD22-Nov-20232.4 KiB7261

.travis-build-without-test.shD22-Nov-20231 KiB3524

.travis-build.shD22-Nov-2023268 195

.travis.ymlD22-Nov-2023584 2519

Android.bpD22-Nov-2023759 2119

LICENSED22-Nov-20231,023 1815

LICENSE.txtD22-Nov-20231,023 1815

METADATAD22-Nov-2023432 1715

MODULE_LICENSE_MITD22-Nov-20230

NOTICED22-Nov-20231,023 1815

OWNERSD22-Nov-202344 42

README.txtD22-Nov-20231.2 KiB3929

README.versionD22-Nov-2023449 128

build.xmlD22-Nov-20237.6 KiB223171

global.build.propertiesD22-Nov-20231,004 2619

notes-openjdk-build.txtD22-Nov-20234.5 KiB9875

user.build.propertiesD22-Nov-2023532 1511

README.txt

1Annotation Tools README file
2----------------------------
3
4This directory contains the Annotation Tools.
5When distributed, this is known as the Annotation File Utilities, which is
6one of its components; see the annotation-file-utilities subdirectory.
7
8The Annotation File Utilities homepage is:
9  https://checkerframework.org/annotation-file-utilities/
10and it also appears in this directory as:
11  annotation-file-utilities/annotation-file-utilities.html
12
13
14asmx
15----
16
17asmx contains modifications to asm to allow it to read and write JSR
18308 annotations to/from class files.
19
20The most modified classes are (in org.objectweb.asm):
21 * ClassReader
22 * ClassWriter
23 * ExtendedAnnotationVisitor
24 * ExtendedAnnotationWriter
25
26Most of the changes are delimited by
27//jaime
28// end jaime
29
30asmx was branched off of asm 2.2.2, available at either of these locations:
31  http://forge.objectweb.org/project/download.php?group_id=23&file_id=5769
32  http://download.forge.objectweb.org/asm/asm-2.2.2.tar.gz
33To see the changes, diff the current source files against the 2.2.2
34files.
35
36The diffs are complicated by the fact that in a few cases, a post-2.2.2
37version of a file was added to asmx.
38One example is file src/org/objectweb/asm/optimizer/shrink.properties.
39

README.version

1URL: https://github.com/typetools/annotation-tools
2Version: 3.6.45
3License: MIT
4Description: Annotation File Utilities, used for inserting external annotations to source files
5
6Local Modifications:
7    Check-in annotation-file-utilities/annotation-file-utilities.jar from
8    https://checkerframework.org/annotation-file-utilities/annotation-tools-3.6.45.zip
9    Remove annotation-file-utilities/annotation-file-utilities.jar from .gitignore yet.
10
11
12