detekt-api
1.21.0-RC1
detekt-api
io.
gitlab.
arturbosch.
detekt.
api
Annotation
Excluder
Base
Rule
Code
Smell
comma
Separated
Pattern()
Compactable
Config
config()
Config
Aware
Config
Validator
config
With
Android
Variants()
config
With
Fallback()
Console
Report
Context
Correctable
Code
Smell
Debt
DEFAULT_FLOAT_CONVERSION_FACTOR
Default
Context
Detektion
Detekt
Visitor
Entity
Extension
File
Process
Listener
Finding
get
Or
Null()
Has
Entity
Has
Metrics
Issue
Lazy
Regex
Location
Metric
Multi
Rule
Notification
Output
Report
Project
Metric
Properties
Aware
Reporting
Extension
Rule
Rule
Set
Rule
Set
Provider
Setup
Context
Severity
Code
Smell
Defect
Maintainability
Minor
Performance
Security
Style
Warning
Severity
Level
ERROR
INFO
WARNING
simple
Pattern
To
Regex()
Single
Assign
Source
Location
Split
Pattern
Text
Location
Thresholded
Code
Smell
Threshold
Rule
Unstable
Api
Values
With
Reason
values
With
Reason()
Value
With
Reason
io.
gitlab.
arturbosch.
detekt.
api.
internal
Active
By
Default
Auto
Correctable
Comma
Separated
Pattern
Compiler
Resources
Configuration
create
Path
Filters()
Default
Rule
Set
Provider
is
Suppressed
By()
Path
Filters
path
Matcher()
Requires
Type
Resolution
rule
Set
Config()
Rule
Set
Config
Property
Simple
Glob
Simple
Notification
value
Or
Default
Comma
Separated()
which
Detekt()
which
Java()
which
OS()
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Issue
Issue
data
class
Issue
(
val
id
:
String
,
val
severity
:
Severity
,
val
description
:
String
,
val
debt
:
Debt
)
Content copied to clipboard
An issue represents a problem in the codebase.
Constructors
Functions
Properties
Constructors
Issue
Link copied to clipboard
fun
Issue
(
id
:
String
,
severity
:
Severity
,
description
:
String
,
debt
:
Debt
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
debt
Link copied to clipboard
val
debt
:
Debt
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
severity
Link copied to clipboard
val
severity
:
Severity
Content copied to clipboard