Thresholded Code Smell
open class ThresholdedCodeSmell(val issue: Issue, val entity: Entity, val metric: Metric, val message: String, val references: List<Entity> = emptyList()) : CodeSmell
Represents a code smell for which a specific metric can be determined which is responsible for the existence of this rule violation.