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.
Artem Pianykh 5bd78660ea
[nullsafe] Suppress _some_ errors related to synthetic/autogenerated code
5 years ago
..
unit [nullsafe][refactor] Introduce ThirdPartyMethod.t 5 years ago
AggregatedSummaries.ml [nullsafe] Log class hierarchy for file level analysis 5 years ago
AggregatedSummaries.mli [nullsafe] Log class hierarchy for file level analysis 5 years ago
AnnotatedField.ml Wrap Java's PatternMatch into its own module 5 years ago
AnnotatedField.mli [typ] extract Fieldname from Typ 5 years ago
AnnotatedNullability.ml [nullsafe] Treat not annotated synthetic fields as StrictNonnull 5 years ago
AnnotatedNullability.mli [nullsafe] Treat not annotated synthetic fields as StrictNonnull 5 years ago
AnnotatedSignature.ml [nullsafe] Suppress _some_ errors related to synthetic/autogenerated code 5 years ago
AnnotatedSignature.mli [biabd] stop depending on nullsafe 5 years ago
AnnotatedType.ml [nullsafe] Split NullsafeType into AnnotatedNullability and AnnotatedType 5 years ago
AnnotatedType.mli [nullsafe] Split NullsafeType into AnnotatedNullability and AnnotatedType 5 years ago
AssignmentRule.ml [nullsafe][refactor] Make AssignmentViolation depend on AnnotatedNullability and InferredNullability instead of Nullability 5 years ago
AssignmentRule.mli [nullsafe][refactor] Make AssignmentViolation depend on AnnotatedNullability and InferredNullability instead of Nullability 5 years ago
ClassLevelAnalysis.ml get rid of most dynamic severity changes 5 years ago
ClassLevelAnalysis.mli [nullsafe] Aggregate meta-issues for top-level classes 5 years ago
DereferenceRule.ml [nullsafe][refactor] Make DereferenceViolation depend on InferredNullability instead of Nullability 5 years ago
DereferenceRule.mli [nullsafe][refactor] Make DereferenceViolation depend on InferredNullability instead of Nullability 5 years ago
EradicateReporting.ml stop going through Exceptions for non-biabduction issues 5 years ago
EradicateReporting.mli move visibility into IssueType and make it static, move severity but keep it dynamic 5 years ago
ErrorRenderingUtils.ml [nullsafe] Recommend adding a class to trust list for @Nullsafe trust some/none modes 5 years ago
ErrorRenderingUtils.mli [nullsafe] Make ErrorRenderingUtils `None`-safe 5 years ago
FileLevelAnalysis.ml [nullsafe] Log class hierarchy for file level analysis 5 years ago
FileLevelAnalysis.mli [nullsafe] make eradicate file analysis an Interprocedural.file_t 5 years ago
IDEnv.ml [nullsafe] Handle intermediate typecasts in assignment expressions 5 years ago
IDEnv.mli nullsafe/dune 5 years ago
InferredNullability.ml [nullsafe] kill Summary.OnDisk.proc_is_library 5 years ago
InferredNullability.mli [nullsafe] kill Summary.OnDisk.proc_is_library 5 years ago
InheritanceRule.ml [nullsafe] Encapsulate creation of ReportableViolation.t inside ReportableViolation 5 years ago
InheritanceRule.mli move visibility into IssueType and make it static, move severity but keep it dynamic 5 years ago
Initializers.ml Wrap Java's PatternMatch into its own module 5 years ago
Initializers.mli [callbacks] get_procs_in_file does not need to be a callback arg 5 years ago
Nullability.ml [nullsafe] Make Trust list a closed type, and expose only emptiness. 5 years ago
Nullability.mli [nullsafe] Introduce LocallyTrustedNonnull nullability 5 years ago
Nullsafe.mld documentation for new libraries 5 years ago
NullsafeInit.ml [nullsafe] Always specify if the nullability comes from internal models or third party 5 years ago
NullsafeInit.mli [nullsafe] Functionality to load 3rd party info from the storage 5 years ago
NullsafeMode.ml move visibility into IssueType and make it static, move severity but keep it dynamic 5 years ago
NullsafeMode.mli move visibility into IssueType and make it static, move severity but keep it dynamic 5 years ago
NullsafeSummary.ml [nullsafe] Refine definition of meta issues 5 years ago
NullsafeSummary.mli [nullsafe] Refine definition of meta issues 5 years ago
OverAnnotatedRule.ml [nullsafe] Rename nullability variants 5 years ago
OverAnnotatedRule.mli [typ] extract Procname from Typ 5 years ago
ThirdPartyAnnotationGlobalRepo.ml [nullsafe] An ability to show the different path to third party folder rather than one that is specified in config 5 years ago
ThirdPartyAnnotationGlobalRepo.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
ThirdPartyAnnotationInfo.ml [java][procname] params are Typ.t 5 years ago
ThirdPartyAnnotationInfo.mli [nullsafe][refactor] Introduce ThirdPartyMethod.t 5 years ago
ThirdPartyAnnotationInfoLoader.ml [nullsafe] ThirdPartyAnnotationInfoStorage stores files names and line numbers for signatures 5 years ago
ThirdPartyAnnotationInfoLoader.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
ThirdPartyMethod.ml [nullsafe][refactor] Introduce ThirdPartyMethod.t 5 years ago
ThirdPartyMethod.mli [nullsafe][refactor] Introduce ThirdPartyMethod.t 5 years ago
dune documentation for new libraries 5 years ago
eradicate.ml Wrap Java's PatternMatch into its own module 5 years ago
eradicate.mli [nullsafe] make eradicate file analysis an Interprocedural.file_t 5 years ago
eradicateChecks.ml [nullsafe][refactor] Make DereferenceViolation depend on InferredNullability instead of Nullability 5 years ago
immutableChecker.ml kill Exceptions.Eradicate 5 years ago
immutableChecker.mli [nullsafe] make eradicate an Intraprocedural.t 5 years ago
modelTables.ml [nullsafe] Model Field nullability for Boolean.TRUE and Boolean.FALSE 5 years ago
modelTables.mli [nullsafe] Model Field nullability for Boolean.TRUE and Boolean.FALSE 5 years ago
models.ml [java][procname] params are Typ.t 5 years ago
typeCheck.ml [java][procname] params are Typ.t 5 years ago
typeCheck.mli nullsafe/dune 5 years ago
typeErr.ml [nullsafe] Suppress _some_ errors related to synthetic/autogenerated code 5 years ago
typeErr.mli [nullsafe][refactor] Make DereferenceViolation depend on InferredNullability instead of Nullability 5 years ago
typeOrigin.ml [nullsafe] kill Summary.OnDisk.proc_is_library 5 years ago
typeOrigin.mli [nullsafe] kill Summary.OnDisk.proc_is_library 5 years ago
typeState.ml [logging] Introduce a function to call arbitrary function with subsequent logs written in an indended way. 5 years ago
typeState.mli [logging] Introduce a function to call arbitrary function with subsequent logs written in an indended way. 5 years ago