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. locationsSecondary 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 AnalyzerMessageDefaultJavaFileScannerContext. createAnalyzerMessage(org.sonar.api.batch.fs.InputFile inputFile, JavaCheck javaCheck, Tree startTree, Tree endTree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)voidDefaultJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)voidDefaultJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)voidVisitorsBridgeForTests.TestJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)voidVisitorsBridgeForTests.TestJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondary, Integer cost)voidDefaultJavaFileScannerContext. reportIssueWithFlow(JavaCheck javaCheck, Tree syntaxNode, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)voidVisitorsBridgeForTests.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.BuilderFlow.Builder. add(JavaFileScannerContext.Location element)static FlowFlow. 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 voidIssuableSubscriptionVisitor. reportIssue(Tree tree, String message, List<JavaFileScannerContext.Location> flow, Integer cost)Report an issue.voidJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree tree, String message, List<JavaFileScannerContext.Location> secondaryLocations, Integer cost)Report an issue.voidJavaFileScannerContext. reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondaryLocations, Integer cost)Report an issue.voidJavaFileScannerContext. reportIssueWithFlow(JavaCheck javaCheck, Tree tree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)Report an issue.
-