Finding

class Finding(val entity: Entity, val message: String, val references: List<Entity> = emptyList(), val suppressReasons: List<String> = emptyList())

Represents a detected problem in the source code.

A finding has a source code position described as an entity and a message. Entity references can also be considered for deeper characterization.

Constructors

Link copied to clipboard
constructor(entity: Entity, message: String, references: List<Entity> = emptyList(), suppressReasons: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String