AnalysisResult

Contains the result of the analysis.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The severity level of the analysis result. Based on the severity level, analysis results fall into three general categories:

Link copied to clipboard

Contains one or more locations that you can use to locate the fields in your detector model that the analysis result references.

Link copied to clipboard

Contains additional information about the analysis result.

Link copied to clipboard
val type: String?

The type of the analysis result. Analyses fall into the following types based on the validators used to generate the analysis result:

Functions

Link copied to clipboard
inline fun copy(block: AnalysisResult.Builder.() -> Unit = {}): AnalysisResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String