Uses of Class
org.sonar.plugins.java.api.JavaFileScannerContext.Location
Packages that use JavaFileScannerContext.Location
-
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
VisitorsBridgeForTests.TestJavaFileScannerContext.reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)
void
VisitorsBridgeForTests.TestJavaFileScannerContext.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)
void
VisitorsBridgeForTests.TestJavaFileScannerContext.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.