Location
@JsonClass(generateAdapter = true)
The location to which this stack frame refers.
A location within a programming artifact.
A code location associated with the node.
The code location.
Identifies the location associated with the suppression.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "annotations") annotations: List<Region>? = null, @Json(name = "id") id: Int? = null, @Json(name = "logicalLocations") logicalLocations: List<LogicalLocation>? = null, @Json(name = "message") message: Message? = null, @Json(name = "physicalLocation") physicalLocation: PhysicalLocation? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "relationships") relationships: List<LocationRelationship>? = null)
Properties
Link copied to clipboard
A set of regions relevant to the location.
Link copied to clipboard
The logical locations associated with the result.
Link copied to clipboard
Identifies the artifact and region.
Link copied to clipboard
Key/value pairs that provide additional information about the location.
Link copied to clipboard
An array of objects that describe relationships between this location and others.