Uses of Record Class
org.sonar.plugins.jcl.api.checks.SecondaryLocation
Packages that use SecondaryLocation
-
Uses of SecondaryLocation in org.sonar.plugins.jcl.api.checks
Method parameters in org.sonar.plugins.jcl.api.checks with type arguments of type SecondaryLocationModifier and TypeMethodDescriptionvoidCheckContext.reportIssue(HasTextRange hasTextRange, String message, List<SecondaryLocation> secondaryLocations) Report an issue.voidCheckContext.reportIssue(TextRange textRange, String message, List<SecondaryLocation> secondaryLocations) Report an issue.