Entity
fun Entity(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
Content copied to clipboard
Entity(name, signature, location, ktElement)
Content copied to clipboard