Class PhysicalLocation


  • public class PhysicalLocation
    extends java.lang.Object
    A SARIF compatible location referring to a location, i.e. file and region within the file.
    • Constructor Detail

      • PhysicalLocation

        public PhysicalLocation​(java.net.URI uri,
                                @NonNull Region region)