Uses of Class
org.sonar.plugins.java.api.JavaFileScannerContext.Location
Packages that use JavaFileScannerContext.Location
Package
Description
-
Uses of JavaFileScannerContext.Location in org.sonar.java.ast.visitors
Fields in org.sonar.java.ast.visitors with type parameters of type JavaFileScannerContext.LocationModifier and TypeFieldDescriptionCognitiveComplexityVisitor.Result.locations
Secondary locations related to the cognitive complexity nodesConstructor parameters in org.sonar.java.ast.visitors with type arguments of type JavaFileScannerContext.LocationModifierConstructorDescriptionResult(int complexity, List<JavaFileScannerContext.Location> locations)
-
Uses of JavaFileScannerContext.Location in org.sonar.java.model
Method parameters in org.sonar.java.model with type arguments of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionprotected static AnalyzerMessage
DefaultJavaFileScannerContext.createAnalyzerMessage(org.sonar.api.batch.fs.InputFile inputFile, JavaCheck javaCheck, Tree startTree, Tree endTree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
void
DefaultJavaFileScannerContext.reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)
void
DefaultJavaFileScannerContext.reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)
void
DefaultJavaFileScannerContext.reportIssueWithFlow(JavaCheck javaCheck, Tree syntaxNode, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
-
Uses of JavaFileScannerContext.Location in org.sonar.java.reporting
Methods in org.sonar.java.reporting that return types with arguments of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionInternalJavaIssueBuilder.flows()
InternalJavaIssueBuilder.secondaries()
Methods in org.sonar.java.reporting with parameters of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionFluentReporting.JavaIssueBuilder.withSecondaries(JavaFileScannerContext.Location... secondaries)
InternalJavaIssueBuilder.withSecondaries(JavaFileScannerContext.Location... secondaries)
Method parameters in org.sonar.java.reporting with type arguments of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionFluentReporting.JavaIssueBuilder.withFlows(List<List<JavaFileScannerContext.Location>> flows)
InternalJavaIssueBuilder.withFlows(List<List<JavaFileScannerContext.Location>> flows)
FluentReporting.JavaIssueBuilder.withSecondaries(List<JavaFileScannerContext.Location> secondaries)
InternalJavaIssueBuilder.withSecondaries(List<JavaFileScannerContext.Location> secondaries)
-
Uses of JavaFileScannerContext.Location in org.sonar.java.testing
Method parameters in org.sonar.java.testing with type arguments of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionvoid
JavaFileScannerContextForTests.reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)
void
JavaFileScannerContextForTests.reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)
void
JavaFileScannerContextForTests.reportIssueWithFlow(JavaCheck javaCheck, Tree syntaxNode, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
-
Uses of JavaFileScannerContext.Location in org.sonar.plugins.java.api
Method parameters in org.sonar.plugins.java.api with type arguments of type JavaFileScannerContext.LocationModifier and TypeMethodDescriptionvoid
IssuableSubscriptionVisitor.reportIssue(Tree tree, String message, List<JavaFileScannerContext.Location> flow, Integer cost)
Report an issue.void
JavaFileScannerContext.reportIssue(JavaCheck javaCheck, Tree tree, String message, List<JavaFileScannerContext.Location> secondaryLocations, Integer cost)
Report an issue.void
JavaFileScannerContext.reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondaryLocations, Integer cost)
Report an issue.void
JavaFileScannerContext.reportIssueWithFlow(JavaCheck javaCheck, Tree tree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
Report an issue.