Uses of Class
org.sonar.java.reporting.AnalyzerMessage.TextSpan
Packages that use AnalyzerMessage.TextSpan
-
Uses of AnalyzerMessage.TextSpan in org.sonar.java.regex
Methods in org.sonar.java.regex that return types with arguments of type AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionRegexCheck.RegexIssueLocation.locations()
JavaAnalyzerRegexSource.textSpansFor
(org.sonarsource.analyzer.commons.regex.ast.IndexRange range) -
Uses of AnalyzerMessage.TextSpan in org.sonar.java.reporting
Methods in org.sonar.java.reporting that return AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionJavaTextEdit.getTextSpan()
static AnalyzerMessage.TextSpan
JavaTextEdit.position
(int line, int column) AnalyzerMessage.primaryLocation()
InternalJavaIssueBuilder.textSpan()
static AnalyzerMessage.TextSpan
JavaTextEdit.textSpan
(int startLine, int startColumn, int endLine, int endColumn) static AnalyzerMessage.TextSpan
AnalyzerMessage.textSpanBetween
(Tree startTree, boolean includeStart, Tree endTree, boolean includeEnd) static AnalyzerMessage.TextSpan
AnalyzerMessage.textSpanBetween
(Tree startTree, Tree endTree) static AnalyzerMessage.TextSpan
AnalyzerMessage.textSpanFor
(Tree syntaxNode) Methods in org.sonar.java.reporting with parameters of type AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionstatic JavaTextEdit
JavaTextEdit.removeTextSpan
(AnalyzerMessage.TextSpan textSpan) static JavaTextEdit
JavaTextEdit.replaceTextSpan
(AnalyzerMessage.TextSpan textSpan, String replacement) Constructors in org.sonar.java.reporting with parameters of type AnalyzerMessage.TextSpanModifierConstructorDescriptionAnalyzerMessage
(JavaCheck check, org.sonar.api.batch.fs.InputComponent inputComponent, AnalyzerMessage.TextSpan textSpan, String message, int cost) -
Uses of AnalyzerMessage.TextSpan in org.sonar.java.testing
Methods in org.sonar.java.testing that return types with arguments of type AnalyzerMessage.TextSpanConstructor parameters in org.sonar.java.testing with type arguments of type AnalyzerMessage.TextSpanModifierConstructorDescriptionJavaIssueBuilderForTests
(org.sonar.api.batch.fs.InputFile inputFile, Set<AnalyzerMessage> issues, Map<AnalyzerMessage.TextSpan, List<JavaQuickFix>> quickFixes)