fileLocation

abstract fun fileLocation(path: String, @Nullable line: Integer, @Nullable column: Integer, @Nullable length: Integer): ProblemBuilderDefiningCategory(source)

Declares that this problem is in a file with optional position and length.

Return

the builder for the next required property

Parameters

path

the file location

line

the line number

column

the column number

length

the length of the text