Uses of Class
org.sonar.java.AnalyzerMessage
Packages that use AnalyzerMessage
-
Uses of AnalyzerMessage in org.sonar.java
Fields in org.sonar.java with type parameters of type AnalyzerMessageMethods in org.sonar.java with parameters of type AnalyzerMessageModifier and TypeMethodDescriptionvoid
SonarComponents.reportIssue(AnalyzerMessage analyzerMessage)
Method parameters in org.sonar.java with type arguments of type AnalyzerMessageModifier and TypeMethodDescriptionJavaIssue.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 AnalyzerMessageModifier and TypeMethodDescriptionprotected static AnalyzerMessage
DefaultJavaFileScannerContext.createAnalyzerMessage(org.sonar.api.batch.fs.InputFile inputFile, JavaCheck javaCheck, Tree startTree, Tree endTree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)
DefaultJavaFileScannerContext.createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message)
VisitorsBridgeForTests.TestJavaFileScannerContext.createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message)
Methods in org.sonar.java.model that return types with arguments of type AnalyzerMessageMethods in org.sonar.java.model with parameters of type AnalyzerMessageModifier and TypeMethodDescriptionvoid
DefaultJavaFileScannerContext.reportIssue(AnalyzerMessage message)
void
VisitorsBridgeForTests.TestJavaFileScannerContext.reportIssue(AnalyzerMessage message)