Package-level declarations

new Problems API

Types

Link copied to clipboard
Marker interface for additional data that can be attached to a Problem.
Link copied to clipboard
A link to a documentation page.
Link copied to clipboard
A file location.
Link copied to clipboard
A basic location pointing to a specific part of a file using line number, column, and length for coordinates.
Link copied to clipboard
A basic location pointing to a specific part of a file using a global offset and length for coordinates.
Link copied to clipboard
Interface for describing structured information about a problem.
Link copied to clipboard
Describes a specific problem without context.
Link copied to clipboard
@Immutable
abstract class ProblemGroup
Represents a group of problems.
Link copied to clipboard
abstract class ProblemId
Represents a unique identifier for a problem definition.
Link copied to clipboard
Represents a location information of a problem.
Link copied to clipboard
Defines different ways to report problems.
Link copied to clipboard
@ServiceScope(value = BuildTree::class)
interface Problems
Problems API service.
Link copied to clipboard
Provides options to configure problems.
Link copied to clipboard
A problem severity.