Uses of Class
org.sonar.java.AnalyzerMessage
-
Packages that use AnalyzerMessage Package Description org.sonar.java org.sonar.java.model -
-
Uses of AnalyzerMessage in org.sonar.java
Fields in org.sonar.java with type parameters of type AnalyzerMessage Modifier and Type Field Description List<List<AnalyzerMessage>>
AnalyzerMessage. flows
Methods in org.sonar.java with parameters of type AnalyzerMessage Modifier and Type Method Description void
SonarComponents. reportIssue(AnalyzerMessage analyzerMessage)
Method parameters in org.sonar.java with type arguments of type AnalyzerMessage Modifier and Type Method Description JavaIssue
JavaIssue. addFlow(org.sonar.api.batch.fs.InputFile file, List<List<AnalyzerMessage>> flows)
-
Uses of AnalyzerMessage in org.sonar.java.model
Methods in org.sonar.java.model that return AnalyzerMessage Modifier and Type Method Description protected static AnalyzerMessage
DefaultJavaFileScannerContext. createAnalyzerMessage(File file, JavaCheck javaCheck, Tree startTree, Tree endTree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
AnalyzerMessage
DefaultJavaFileScannerContext. createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message)
AnalyzerMessage
VisitorsBridgeForTests.TestJavaFileScannerContext. createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message)
Methods in org.sonar.java.model that return types with arguments of type AnalyzerMessage Modifier and Type Method Description Set<AnalyzerMessage>
VisitorsBridgeForTests.TestJavaFileScannerContext. getIssues()
Methods in org.sonar.java.model with parameters of type AnalyzerMessage Modifier and Type Method Description void
DefaultJavaFileScannerContext. reportIssue(AnalyzerMessage message)
void
VisitorsBridgeForTests.TestJavaFileScannerContext. reportIssue(AnalyzerMessage message)
-