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