CorrectableCodeSmell

fun CorrectableCodeSmell(    issue: Issue,     entity: Entity,     message: String,     metrics: List<Metric> = emptyList(),     references: List<Entity> = emptyList(),     autoCorrectEnabled: Boolean)