|
Project Information
Links
|
The Checker Framework homepage ishttp://types.cs.washington.edu/checker-framework/The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework comes with checkers for common errors. This is a partial list, since we keep adding new ones; see the manual for a longer list.
The Checker Framework enables you to write new type-checkers of your own. All of the checkers are easy to use and are invoked via an IDE or directly by javac's standard -processor switch. |