Uses of Class
org.sonarsource.analyzer.commons.checks.verifier.internal.PrimaryLocation
-
Packages that use PrimaryLocation Package Description org.sonarsource.analyzer.commons.checks.verifier.internal -
-
Uses of PrimaryLocation in org.sonarsource.analyzer.commons.checks.verifier.internal
Fields in org.sonarsource.analyzer.commons.checks.verifier.internal declared as PrimaryLocation Modifier and Type Field Description PrimaryLocationLineIssues. primaryLocationMethods in org.sonarsource.analyzer.commons.checks.verifier.internal with parameters of type PrimaryLocation Modifier and Type Method Description voidFileIssues. addActualIssue(int line, String message, PrimaryLocation preciseLocation)voidFileIssues. addActualIssue(int line, String message, PrimaryLocation preciseLocation, Double effortToFix)static LineIssuesLineIssues. at(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, int line, PrimaryLocation primaryLocation)Constructors in org.sonarsource.analyzer.commons.checks.verifier.internal with parameters of type PrimaryLocation Constructor Description LineIssues(org.sonarsource.analyzer.commons.checks.verifier.internal.TestFile testFile, int line, String[] messages, Map<String,String> params, PrimaryLocation primaryLocation)
-