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.

2 lines
5.0 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>NullsafeIssue (infer.Nullsafe.NullsafeIssue)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../../index.html">infer</a> &#x00BB; <a href="../index.html">Nullsafe</a> &#x00BB; NullsafeIssue</nav><h1>Module <code>Nullsafe.NullsafeIssue</code></h1></header><aside><p>Information about the nullsafe issue to be reported to the user / put into the result json</p></aside><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-make"><a href="#val-make" class="anchor"></a><code><span class="keyword">val</span> make : <span>issue_type:<a href="../../IBase/IssueType/index.html#type-t">IBase.IssueType.t</a></span> <span>&#45;&gt;</span> <span>description:string</span> <span>&#45;&gt;</span> <span>loc:<a href="../../IBase/Location/index.html#type-t">IBase.Location.t</a></span> <span>&#45;&gt;</span> <span>severity:<a href="../../IBase/IssueType/index.html#type-severity">IBase.IssueType.severity</a></span> <span>&#45;&gt;</span> <span>field_name:<span><a href="../../IR/Fieldname/index.html#type-t">IR.Fieldname.t</a> option</span></span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-with_third_party_dependent_methods"><a href="#val-with_third_party_dependent_methods" class="anchor"></a><code><span class="keyword">val</span> with_third_party_dependent_methods : <span><span>(<a href="../../IR/Procname/Java/index.html#type-t">IR.Procname.Java.t</a> * <a href="../AnnotatedSignature/index.html#type-t">AnnotatedSignature.t</a>)</span> list</span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-with_nullable_methods"><a href="#val-with_nullable_methods" class="anchor"></a><code><span class="keyword">val</span> with_nullable_methods : <span><a href="../TypeOrigin/index.html#type-method_call_origin">TypeOrigin.method_call_origin</a> list</span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-with_inconsistent_param_index"><a href="#val-with_inconsistent_param_index" class="anchor"></a><code><span class="keyword">val</span> with_inconsistent_param_index : <span>int option</span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dd><p>Only for the &quot;Inconsistent subclass param annotation&quot; issue</p></dd></dl><dl><dt class="spec value" id="val-with_parameter_not_nullable_info"><a href="#val-with_parameter_not_nullable_info" class="anchor"></a><code><span class="keyword">val</span> with_parameter_not_nullable_info : <span>param_index:int</span> <span>&#45;&gt;</span> <span>proc_name:<a href="../../IR/Procname/Java/index.html#type-t">IR.Procname.Java.t</a></span> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="index.html#type-t">t</a></code></dt><dd><p>Only for the &quot;Paremeter not nullable&quot; issue</p></dd></dl><dl><dt class="spec value" id="val-get_issue_type"><a href="#val-get_issue_type" class="anchor"></a><code><span class="keyword">val</span> get_issue_type : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> <a href="../../IBase/IssueType/index.html#type-t">IBase.IssueType.t</a></code></dt><dt class="spec value" id="val-get_description"><a href="#val-get_description" class="anchor"></a><code><span class="keyword">val</span> get_description : <a href="index.html#type-t">t</a> <span>&#45;&gt;</span> string</code></dt><dt class="spec value" id="val-get_l