toggle menu
detekt
1.23.2
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Issue
Issue
class
Issue
(
val
id
:
String
,
val
description
:
String
,
val
debt
:
Debt
)
An issue represents a problem in the codebase.
Members
Constructors
Issue
Link copied to clipboard
constructor
(
id
:
String
,
description
:
String
,
debt
:
Debt
)
Properties
debt
Link copied to clipboard
val
debt
:
Debt
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String