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.
Oliver Castillo fb4e7ee4a4
[infer][PR] Fix spelling errors
7 years ago
..
AnnotatedSignature.ml [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
AnnotatedSignature.mli [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
eradicate.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
eradicate.mli [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
eradicateChecks.ml [rename] specs -> summary, Summary -> SummaryPayload 7 years ago
modelTables.ml [infer] modelling android.text.SpannableString.valueOf 7 years ago
modelTables.mli [ocamlformat] Use ocamlformat from github 8 years ago
models.ml [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
typeAnnotation.ml [ocaml] detect and kill dead modules 7 years ago
typeAnnotation.mli [cleanup] remove dead code 8 years ago
typeCheck.ml [infer][PR] Fix spelling errors 7 years ago
typeCheck.mli Convert Reason to OCaml, and auto-format OCaml 8 years ago
typeErr.ml [infer][eradicate] add the name of the class for the method expecting non-null parameters 7 years ago
typeErr.mli [infer] remove the concept of advice which does not seem to be used 7 years ago
typeOrigin.ml [ocaml] detect and kill dead modules 7 years ago
typeOrigin.mli [ocamlformat] Upgrade to ocamlformat 0.5 7 years ago
typeState.ml [camel] call `Format.pp_print_*` directly where appropriate 7 years ago
typeState.mli Convert Reason to OCaml, and auto-format OCaml 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.