We have released a new version of the Checker Framework.
The Checker Framework lets you create and/or run pluggable type checkers, in order to detect and prevent bugs in your code.
You can find documentation and download links at:
User-visible changes:
If you supply --add-exports
flags when you run the Checker Framework, you need to add:--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
.
Implementation details:
In CFGVisualizeOptions
:
isPDF()
to isPdfOutput()
isString()
to isStringOutput()
Dataflow Framework:
playground
package, renamed *Playground.java
to *Pdf.java
Closed issues: