Finding

interface Finding

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.

Inheritors

Properties

Link copied to clipboard
abstract val entity: Entity
Link copied to clipboard
abstract val message: String
Link copied to clipboard
abstract val references: List<Entity>