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. flowsMethods in org.sonar.java with parameters of type AnalyzerMessage Modifier and Type Method Description voidSonarComponents. reportIssue(AnalyzerMessage analyzerMessage)Method parameters in org.sonar.java with type arguments of type AnalyzerMessage Modifier and Type Method Description JavaIssueJavaIssue. 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 AnalyzerMessageDefaultJavaFileScannerContext. createAnalyzerMessage(org.sonar.api.batch.fs.InputFile inputFile, JavaCheck javaCheck, Tree startTree, Tree endTree, String message, Iterable<List<JavaFileScannerContext.Location>> flows, Integer cost)AnalyzerMessageDefaultJavaFileScannerContext. createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message)AnalyzerMessageVisitorsBridgeForTests.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 voidDefaultJavaFileScannerContext. reportIssue(AnalyzerMessage message)voidVisitorsBridgeForTests.TestJavaFileScannerContext. reportIssue(AnalyzerMessage message)
-