Entity

constructor(name: String, signature: String, location: Location, ktElement: KtElement? = null)


constructor(name: String, className: String, signature: String, location: Location, ktElement: KtElement? = null)

Deprecated

className property is not used and will be removed in the future.

Replace with

import io.gitlab.arturbosch.detekt.api.Entity
Entity(name, signature, location, ktElement)