ProblemBuilderDefiningLocation

Problem instance builder requiring the specification of the problem location.

Functions

Link copied to clipboard
abstract fun fileLocation(path: String, @Nullable line: Integer, @Nullable column: Integer, @Nullable length: Integer): ProblemBuilderDefiningCategory
Declares that this problem is in a file with optional position and length.
Link copied to clipboard
Declares that this problem has no associated location data.
Link copied to clipboard
Declares that this problem is emitted while applying a plugin.
Link copied to clipboard
Declares that this problem should automatically collect the location information based on the current stack trace.