Package | Description |
---|---|
org.sonar.java.model | |
org.sonar.java.se | |
org.sonar.java.se.checks | |
org.sonar.java.se.xproc | |
org.sonar.plugins.java.api |
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 |
---|---|
void |
CheckerDispatcher.reportIssue(Tree tree,
SECheck check,
String message,
Set<List<JavaFileScannerContext.Location>> flows) |
void |
CheckerContext.reportIssue(Tree tree,
SECheck check,
String message,
Set<List<JavaFileScannerContext.Location>> flows) |
Modifier and Type | Method and Description |
---|---|
void |
SECheck.reportIssue(Tree tree,
String message,
Set<List<JavaFileScannerContext.Location>> flows) |
Modifier and Type | Method and Description |
---|---|
Set<List<JavaFileScannerContext.Location>> |
ExceptionalCheckBasedYield.exceptionFlows() |
Set<List<JavaFileScannerContext.Location>> |
MethodYield.flow(List<Integer> parameterIndices,
List<Class<? extends Constraint>> domains) |
Set<List<JavaFileScannerContext.Location>> |
ExceptionalCheckBasedYield.flow(List<Integer> parameterIndices,
List<Class<? extends Constraint>> domains) |
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.