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:
Implementation details:
In CFAbstractAnalysis, renamed defaultCreateAbstractValue to getCfValue
In GenericAnnotatedTypeFactory:
performFlowAnalysis to performFlowAnalysisForClasscheckAndPerformFlowAnalysis to performFlowAnalysisForClassOnceClosed issues:
#6629, #7341, #7346.