FindingMetricsValuePerSeverity

The severity of the issue in the code that generated a finding.

Types

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

Properties

Link copied to clipboard

The severity of the finding is critical and should be addressed immediately.

Link copied to clipboard
val high: Double?

The severity of the finding is high and should be addressed as a near-term priority.

Link copied to clipboard
val info: Double?

The finding is related to quality or readability improvements and not considered actionable.

Link copied to clipboard
val low: Double?

The severity of the finding is low and does require action on its own.

Link copied to clipboard

The severity of the finding is medium and should be addressed as a mid-term priority.

Functions

Link copied to clipboard
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