CorrectableCodeSmell

open class CorrectableCodeSmell(val entity: Entity, val message: String, val references: List<Entity> = emptyList(), val autoCorrectEnabled: Boolean) : CodeSmell

Represents a code smell that can be auto-corrected.

See also

Constructors

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

Properties

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

Functions

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