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:
Changes for Checker Framework version 3.53.0
In AbstractAnalysis, added getStoreBefore(Tree), getStoreBefore(Node), getStoreAfter(Tree), and getStoreAfter(Node).
In GenericAnnotatedTypeFactory, removed getStoreBefore(Set<Node>) and getStoreAfter(Set<Node>).
#2358.