You can find documentation and download links for these projects at:
http://types.cs.washington.edu/jsr308/
Changes for the Checker Framework
Version 1.3.1, 21 Jul 2012
Installation:
Clarify installation instructions for Windows. Remove javac.bat, which
worked for running distributed checkers but not for creating new checkers.
User-visible framework improvements:
Implement @PolyAll qualifier to vary over multiple type systems.
The Checker Framework is unsound due to Java's covariant array subtyping.
You can enable invariant array subtyping (for qualifiers only, not for
base Java types) with the command-line option -Alint:arrays:invariant.
This will become the default in the future.
Internal framework improvements:
Improve defaulting for multiple qualifier hierarchies.
Big refactoring of how qualifier hierarchies are built up.
Improvements to error handling output for unexpected exceptions.
Bug fixes and documentation improvements.
Changes for the Type Annotations Compiler
Version 1.3.1, 21 Jul 2012
Base build
Updated to OpenJDK 8 langtools as of 21 Jul 2012.