Issue

interface Issue

Represents a problem detected by detekt on the source code

An Issue has information about the rule that detected the problem, a severity and an entity with information about the position. Entity references can also be considered for deeper characterization.

Properties

Link copied to clipboard
Link copied to clipboard
abstract val entity: Entity
Link copied to clipboard
open val location: Location
Link copied to clipboard
abstract val message: String
Link copied to clipboard
abstract val references: List<Entity>
Link copied to clipboard
Link copied to clipboard
abstract val severity: Severity