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.locationsSecondary 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 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) voidDefaultJavaFileScannerContext.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) final InternalJavaIssueBuilderInternalJavaIssueBuilder.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) final InternalJavaIssueBuilderInternalJavaIssueBuilder.withFlows(List<List<JavaFileScannerContext.Location>> flows) FluentReporting.JavaIssueBuilder.withSecondaries(List<JavaFileScannerContext.Location> secondaries) final InternalJavaIssueBuilderInternalJavaIssueBuilder.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 TypeMethodDescriptionvoidJavaFileScannerContextForTests.reportIssue(JavaCheck javaCheck, Tree syntaxNode, String message, List<JavaFileScannerContext.Location> secondary, Integer cost) voidJavaFileScannerContextForTests.reportIssue(JavaCheck javaCheck, Tree startTree, Tree endTree, String message, List<JavaFileScannerContext.Location> secondary, Integer cost) voidJavaFileScannerContextForTests.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 TypeMethodDescriptionvoidIssuableSubscriptionVisitor.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.