Package | Description |
---|---|
org.sonar.java | |
org.sonar.java.model | |
org.sonar.java.xml |
Modifier and Type | Field and Description |
---|---|
List<List<AnalyzerMessage>> |
AnalyzerMessage.flows |
Modifier and Type | Method and Description |
---|---|
void |
SonarComponents.reportIssue(AnalyzerMessage analyzerMessage) |
Modifier and Type | Method and Description |
---|---|
JavaIssue |
JavaIssue.addFlow(org.sonar.api.batch.fs.InputFile file,
List<List<AnalyzerMessage>> flows) |
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) |
Modifier and Type | Method and Description |
---|---|
Set<AnalyzerMessage> |
VisitorsBridgeForTests.TestJavaFileScannerContext.getIssues() |
Modifier and Type | Method and Description |
---|---|
AnalyzerMessage |
XmlCheckContextImpl.buildAnalyzerMessage(JavaCheck check,
String message,
Integer line,
Iterable<XmlCheckContext.XmlDocumentLocation> secondary,
Integer cost,
File file) |
Copyright © 2012–2017 SonarSource. All rights reserved.