detekt-api
1.20.0
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Location
/
Location
Location
fun
Location
(
source
:
SourceLocation
,
text
:
TextLocation
,
filePath
:
FilePath
)
Content copied to clipboard
fun
Location
(
source
:
SourceLocation
,
text
:
TextLocation
,
locationString
:
String
,
file
:
String
)
Content copied to clipboard
@
JvmOverloads
fun
Location
(
source
:
SourceLocation
,
text
:
TextLocation
,
file
:
String
,
filePath
:
FilePath
=
FilePath.fromAbsolute(Paths.get(file))
)
Content copied to clipboard