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 |
Modifier and Type | Field and Description |
---|---|
List<JavaFileScannerContext.Location> |
CognitiveComplexityVisitor.Result.locations
Secondary locations related to the cognitive complexity nodes
|
Constructor and Description |
---|
Result(int complexity,
List<JavaFileScannerContext.Location> locations) |
Modifier and Type | Method and Description |
---|---|
protected static AnalyzerMessage |
DefaultJavaFileScannerContext.createAnalyzerMessage(File file,
JavaCheck javaCheck,
Tree startTree,
Tree endTree,
String message,
Iterable<List<JavaFileScannerContext.Location>> flows,
Integer cost) |
void |
VisitorsBridgeForTests.TestJavaFileScannerContext.reportIssue(JavaCheck javaCheck,
Tree syntaxNode,
String message,
List<JavaFileScannerContext.Location> secondary,
Integer cost) |
void |
DefaultJavaFileScannerContext.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.reportIssue(JavaCheck javaCheck,
Tree startTree,
Tree endTree,
String message,
List<JavaFileScannerContext.Location> secondary,
Integer cost) |
void |
VisitorsBridgeForTests.TestJavaFileScannerContext.reportIssueWithFlow(JavaCheck javaCheck,
Tree syntaxNode,
String message,
Iterable<List<JavaFileScannerContext.Location>> flows,
Integer cost) |
void |
DefaultJavaFileScannerContext.reportIssueWithFlow(JavaCheck javaCheck,
Tree syntaxNode,
String message,
Iterable<List<JavaFileScannerContext.Location>> flows,
Integer cost) |
Modifier and Type | Method and Description |
---|---|
List<JavaFileScannerContext.Location> |
Flow.elements() |
Stream<JavaFileScannerContext.Location> |
Flow.firstFlowLocation() |
Stream<JavaFileScannerContext.Location> |
Flow.stream() |
Modifier and Type | Method and Description |
---|---|
Flow.Builder |
Flow.Builder.add(JavaFileScannerContext.Location element) |
static Flow |
Flow.of(JavaFileScannerContext.Location location) |
Modifier and Type | Method and Description |
---|---|
Set<List<JavaFileScannerContext.Location>> |
SECheck.SEIssue.getFlows() |
Modifier and Type | Method and Description |
---|---|
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 |
IssuableSubscriptionVisitor.reportIssue(Tree tree,
String message,
List<JavaFileScannerContext.Location> flow,
Integer cost)
Report an issue.
|
void |
JavaFileScannerContext.reportIssueWithFlow(JavaCheck javaCheck,
Tree tree,
String message,
Iterable<List<JavaFileScannerContext.Location>> flows,
Integer cost)
Report an issue.
|
Copyright © 2012–2017 SonarSource. All rights reserved.