Uses of Class
org.sonarsource.dotnet.shared.sarif.Location
Packages that use Location
-
Uses of Location in org.sonarsource.dotnet.shared.plugins
Methods in org.sonarsource.dotnet.shared.plugins with parameters of type LocationModifier and TypeMethodDescriptionvoidSarifParserCallbackImpl.onIssue(String ruleId, String level, Location primaryLocation, Collection<Location> secondaryLocations) Method parameters in org.sonarsource.dotnet.shared.plugins with type arguments of type LocationModifier and TypeMethodDescriptionvoidSarifParserCallbackImpl.onFileIssue(String ruleId, String level, String absolutePath, Collection<Location> secondaryLocations, String message) voidSarifParserCallbackImpl.onIssue(String ruleId, String level, Location primaryLocation, Collection<Location> secondaryLocations) -
Uses of Location in org.sonarsource.dotnet.shared.sarif
Methods in org.sonarsource.dotnet.shared.sarif with parameters of type LocationModifier and TypeMethodDescriptionvoidSarifParserCallback.onIssue(String ruleId, String level, Location primaryLocation, Collection<Location> secondaryLocations) Method parameters in org.sonarsource.dotnet.shared.sarif with type arguments of type LocationModifier and TypeMethodDescriptionvoidSarifParserCallback.onFileIssue(String ruleId, String level, String absolutePath, Collection<Location> secondaryLocations, String message) voidSarifParserCallback.onIssue(String ruleId, String level, Location primaryLocation, Collection<Location> secondaryLocations)