Prevent programming errors before they happen, via easy-to-use verification
Felipe R. Monteiro
Checker Framework provides a collection of type systems to prevent bugs on Java programs at development time. Although a type system might be useful...
Nikhil Deepak Shinde
Traditionally, java programs use null to represent the absence of value. Java 8 introduced Optional class, a container that contains a reference to T...
Vlastimil Dort
The goal of this project is to implement a checker for bounded-size strings in the Checker Framework, as described on the GSoC 2017 Ideas page. The...
Bohdan Sharipov
The JavaParser plays a significant role in the functioning of the StubParser project. The StubParser (sub-project of the Checker Framework) is the...
Shinya Yoshida
Checker Framework has a Dataflow Framework for Java Language. This is useful to infer more specific types in Checker Framework. This framework is not...