aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Millstein <smillst@cs.washington.edu>2017-05-01 14:52:18 -0700
committerSuzanne Millstein <smillst@cs.washington.edu>2017-05-01 14:52:18 -0700
commitd2413db0697762726b21f2c28d9e4a385649bd60 (patch)
treeec496f80cc86155b0a26ed79a3d2d7ca8d0d0df6
parent24d28da9947e30df9dc20cb3efa0ec691e64d349 (diff)
downloadannotation-tools-d2413db0697762726b21f2c28d9e4a385649bd60.tar.gz
new release 3.6.41
-rw-r--r--annotation-file-utilities/annotation-file-format.bbl5
-rw-r--r--annotation-file-utilities/annotation-file-utilities.html6
-rw-r--r--scene-lib/src/annotations/io/classfile/ClassFileReader.java2
3 files changed, 6 insertions, 7 deletions
diff --git a/annotation-file-utilities/annotation-file-format.bbl b/annotation-file-utilities/annotation-file-format.bbl
index e21458c..9700ebf 100644
--- a/annotation-file-utilities/annotation-file-format.bbl
+++ b/annotation-file-utilities/annotation-file-format.bbl
@@ -9,9 +9,8 @@
Werner Dietl, Stephanie Dietzel, Michael~D. Ernst, K{\i}van{\c{c}} Mu{\c{s}}lu,
and Todd Schiller.
\newblock Building and using pluggable type-checkers.
-\newblock In {\em ICSE'11, Proceedings of the 33rd International Conference on
- Software Engineering}, pages 681--690, Waikiki, Hawaii, USA, May~25--27,
- 2011.
+\newblock In {\em ICSE 2011, Proceedings of the 33rd International Conference
+ on Software Engineering}, pages 681--690, Waikiki, Hawaii, USA, May 2011.
\bibitem[Ern11]{JSR308-webpage-201110}
Michael~D. Ernst.
diff --git a/annotation-file-utilities/annotation-file-utilities.html b/annotation-file-utilities/annotation-file-utilities.html
index a432cac..f1a1efc 100644
--- a/annotation-file-utilities/annotation-file-utilities.html
+++ b/annotation-file-utilities/annotation-file-utilities.html
@@ -134,13 +134,13 @@ The following instructions assume either a Linux or Windows system using a comma
<p>
The current release is Annotation File Utilities version
-<!-- afu-version -->3.6.40, 03 Apr 2017<!-- /afu-version -->.
+<!-- afu-version -->3.6.41, 01 May 2017<!-- /afu-version -->.
</p>
<ol>
<li>
Download
- <a href="annotation-tools-3.6.40.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.6.40.zip<!-- /annotation-tools-zip-version --></a>.
+ <a href="annotation-tools-3.6.41.zip"><!-- annotation-tools-zip-version -->annotation-tools-3.6.41.zip<!-- /annotation-tools-zip-version --></a>.
</li>
<li>
@@ -149,7 +149,7 @@ The current release is Annotation File Utilities version
unpacking the distribution zipfile (a standard place to do this is in a
directory <code>~/jsr308/</code>):
- <pre><code>unzip annotation-tools-3.6.40.zip</code></pre>
+ <pre><code>unzip annotation-tools-3.6.41.zip</code></pre>
The <code>annotation-tools</code> directory must be a sibling of the <code>jsr308-langtools</code>
directory (available at <a href="https://checkerframework.org/jsr308/">https://checkerframework.org/jsr308/</a>).
diff --git a/scene-lib/src/annotations/io/classfile/ClassFileReader.java b/scene-lib/src/annotations/io/classfile/ClassFileReader.java
index 58131dc..ef13bc0 100644
--- a/scene-lib/src/annotations/io/classfile/ClassFileReader.java
+++ b/scene-lib/src/annotations/io/classfile/ClassFileReader.java
@@ -22,7 +22,7 @@ import annotations.io.IndexFileWriter;
public class ClassFileReader {
public static final String INDEX_UTILS_VERSION
- = "Annotation File Utilities v3.6.40";
+ = "Annotation File Utilities v3.6.41";
@Option("-b omit annotations from bridge (compiler-created) methods")
public static boolean ignore_bridge_methods = false;