Correctable
    open class CorrectableCodeSmell(    val issue: Issue,     val entity: Entity,     val message: String,     val metrics: List<Metric> = emptyList(),     val references: List<Entity> = emptyList(),     val autoCorrectEnabled: Boolean) : CodeSmell
Content copied to clipboard
Represents a code smell for that can be auto corrected.
See also
Constructors
Functions
Link copied to clipboard
                Same as compact except the content should contain a substring which represents this exact findings via a custom identifier.
Link copied to clipboard
                Explanation why this finding was raised.
Link copied to clipboard
                Finds the first metric matching given type.