Uses of Class
org.sonar.java.reporting.AnalyzerMessage
Packages that use AnalyzerMessage
Package
Description
-
Uses of AnalyzerMessage in org.sonar.java
Methods in org.sonar.java with parameters of type AnalyzerMessageModifier and TypeMethodDescriptionvoidSonarComponents.reportIssue(AnalyzerMessage analyzerMessage) -
Uses of AnalyzerMessage in org.sonar.java.model
Methods in org.sonar.java.model that return AnalyzerMessageModifier and TypeMethodDescriptionprotected 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) DefaultJavaFileScannerContext.createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message) Methods in org.sonar.java.model with parameters of type AnalyzerMessageModifier and TypeMethodDescriptionvoidDefaultModuleScannerContext.reportIssue(AnalyzerMessage message) -
Uses of AnalyzerMessage in org.sonar.java.reporting
Fields in org.sonar.java.reporting with type parameters of type AnalyzerMessageMethod parameters in org.sonar.java.reporting 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.testing
Methods in org.sonar.java.testing that return AnalyzerMessageModifier and TypeMethodDescriptionJavaFileScannerContextForTests.createAnalyzerMessage(JavaCheck javaCheck, Tree startTree, String message) Methods in org.sonar.java.testing that return types with arguments of type AnalyzerMessageMethods in org.sonar.java.testing with parameters of type AnalyzerMessageModifier and TypeMethodDescriptionvoidJavaFileScannerContextForTests.reportIssue(AnalyzerMessage message) Constructor parameters in org.sonar.java.testing with type arguments of type AnalyzerMessageModifierConstructorDescriptionJavaIssueBuilderForTests(org.sonar.api.batch.fs.InputFile inputFile, Set<AnalyzerMessage> issues, Map<AnalyzerMessage.TextSpan, List<JavaQuickFix>> quickFixes)