detekt
Toggle table of contents
1.23.7
jvm
Platform filter
jvm
Switch theme
Search in API
detekt
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
CodeSmell
/
CodeSmell
Code
Smell
constructor
(
entity
:
Entity
,
message
:
String
,
references
:
List
<
Entity
>
=
emptyList()
,
suppressReasons
:
List
<
String
>
=
emptyList()
)