CodeSmell
open class CodeSmell(val entity: Entity, val message: String, val references: List<Entity> = emptyList(), val suppressReasons: List<String> = emptyList()) : Finding
A code smell indicates any possible design problem inside a program's source code. The type of a code smell is described by an Issue.
If the design problem manifests by different source locations, references to these locations can be stored in additional Entity's.