toggle menu
detekt
1.23.7
jvm
switch theme
search in API
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Issue
/
Location
Location
class
Location
(
val
source
:
SourceLocation
,
val
endSource
:
SourceLocation
,
val
text
:
TextLocation
,
val
path
:
Path
)
:
Comparable
<
Issue.Location
>
Members
Constructors
Location
Link copied to clipboard
constructor
(
source
:
SourceLocation
,
endSource
:
SourceLocation
,
text
:
TextLocation
,
path
:
Path
)
Properties
end
Source
Link copied to clipboard
val
endSource
:
SourceLocation
path
Link copied to clipboard
val
path
:
Path
source
Link copied to clipboard
val
source
:
SourceLocation
text
Link copied to clipboard
val
text
:
TextLocation
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Issue.Location
)
:
Int