You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Dubreil 279f50eac6
[infer][backend] make the on-demand analysis function return a summary
8 years ago
..
AnnotatedSignature.ml [infer][java] remove the concept of @Strict for Eradicate 8 years ago
AnnotatedSignature.mli [infer][java] remove the concept of @Strict for Eradicate 8 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
eradicate.ml Deprecate more IList functions and use Core List instead 8 years ago
eradicate.mli Divide Utils into Utils, Pp, and IStd 8 years ago
eradicateChecks.ml [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
modelTables.ml [infer][java] remove the concept of @Strict for Eradicate 8 years ago
modelTables.mli [infer][java] remove the concept of @Strict for Eradicate 8 years ago
models.ml [infer][java] remove the concept of @Strict for Eradicate 8 years ago
typeAnnotation.ml [Eradicate] Change Eradicate's join to forget values not present on both paths 8 years ago
typeAnnotation.mli [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
typeCheck.ml [infer][backend] make the on-demand analysis function return a summary 8 years ago
typeCheck.mli [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
typeErr.ml [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
typeErr.mli [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
typeOrigin.ml [Eradicate] Change Eradicate's join to forget values not present on both paths 8 years ago
typeOrigin.mli [cleanup] move annotated_signature into its own module inside eradicate 8 years ago
typeState.ml [Eradicate] Change Eradicate's join to forget values not present on both paths 8 years ago
typeState.mli Divide Utils into Utils, Pp, and IStd 8 years ago

README.md

Eradicate @Nullable Checker

Eradicate is a type checker for @Nullable annotations for Java. The goal is to eradicate null pointer exceptions. See Eradicate.

The main entry point is module Eradicate.