Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Location
-
Packages that use SarifLog.Location Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Location in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Location Modifier and Type Method Description SarifLog.LocationSarifLog.Location.LocationBuilder. build()SarifLog.LocationSarifLog.Location. setId(Integer id)Value that distinguishes this location from all other locations within a single result object.SarifLog.LocationSarifLog.Location. setPhysicalLocation(SarifLog.PhysicalLocation physicalLocation)Identifies the artifact and region.Methods in net.sourceforge.pmd.renderers.internal.sarif that return types with arguments of type SarifLog.Location Modifier and Type Method Description List<SarifLog.Location>SarifLog.Result. getLocations()The set of locations where the result was detected.List<SarifLog.Location>SarifLog.ToolExecutionNotification. getLocations()A list of related locations to the errorMethod parameters in net.sourceforge.pmd.renderers.internal.sarif with type arguments of type SarifLog.Location Modifier and Type Method Description SarifLog.Result.ResultBuilderSarifLog.Result.ResultBuilder. locations(List<SarifLog.Location> locations)The set of locations where the result was detected.SarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilderSarifLog.ToolExecutionNotification.ToolExecutionNotificationBuilder. locations(List<SarifLog.Location> locations)A list of related locations to the errorSarifLog.ResultSarifLog.Result. setLocations(List<SarifLog.Location> locations)The set of locations where the result was detected.SarifLog.ToolExecutionNotificationSarifLog.ToolExecutionNotification. setLocations(List<SarifLog.Location> locations)A list of related locations to the error
-