Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Location.LocationBuilder
-
Packages that use SarifLog.Location.LocationBuilder Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Location.LocationBuilder in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Location.LocationBuilder Modifier and Type Method Description static SarifLog.Location.LocationBuilderSarifLog.Location. builder()SarifLog.Location.LocationBuilderSarifLog.Location.LocationBuilder. id(Integer id)Value that distinguishes this location from all other locations within a single result object.SarifLog.Location.LocationBuilderSarifLog.Location.LocationBuilder. physicalLocation(SarifLog.PhysicalLocation physicalLocation)Identifies the artifact and region.
-