Uses of Class
org.sonar.plugins.java.api.JavaFileScannerContext.Location
-
Packages that use JavaFileScannerContext.Location Package Description org.sonar.java.ast.visitors org.sonar.java.model org.sonar.java.se org.sonar.java.se.checks org.sonar.plugins.java.api -
-
Uses of JavaFileScannerContext.Location in org.sonar.java.ast.visitors
Fields in org.sonar.java.ast.visitors with type parameters of type JavaFileScannerContext.Location Modifier and Type Field Description List<JavaFileScannerContext.Location>
CognitiveComplexityVisitor.Result. locations
Secondary locations related to the cognitive complexity nodesConstructor parameters in org.sonar.java.ast.visitors with type arguments of type JavaFileScannerContext.Location Constructor Description Result(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.Location Modifier and Type Method Description protected static AnalyzerMessage
DefaultJavaFileScannerContext. createAnalyzerMessage(File file, 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.java.se
Methods in org.sonar.java.se that return types with arguments of type JavaFileScannerContext.Location Modifier and Type Method Description List<JavaFileScannerContext.Location>
Flow. elements()
Stream<JavaFileScannerContext.Location>
Flow. firstFlowLocation()
Stream<JavaFileScannerContext.Location>
Flow. stream()
Methods in org.sonar.java.se with parameters of type JavaFileScannerContext.Location Modifier and Type Method Description Flow.Builder
Flow.Builder. add(JavaFileScannerContext.Location element)
static Flow
Flow. of(JavaFileScannerContext.Location location)
-
Uses of JavaFileScannerContext.Location in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks that return types with arguments of type JavaFileScannerContext.Location Modifier and Type Method Description Set<List<JavaFileScannerContext.Location>>
SECheck.SEIssue. getFlows()
-
Uses of JavaFileScannerContext.Location in org.sonar.plugins.java.api
Method parameters in org.sonar.plugins.java.api with type arguments of type JavaFileScannerContext.Location Modifier and Type Method Description void
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.
-