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.TextSpanJavaTextEdit.position(int line, int column) AnalyzerMessage.primaryLocation()InternalJavaIssueBuilder.textSpan()static AnalyzerMessage.TextSpanJavaTextEdit.textSpan(int startLine, int startColumn, int endLine, int endColumn) static AnalyzerMessage.TextSpanAnalyzerMessage.textSpanBetween(Tree startTree, boolean includeStart, Tree endTree, boolean includeEnd) static AnalyzerMessage.TextSpanAnalyzerMessage.textSpanBetween(Tree startTree, Tree endTree) static AnalyzerMessage.TextSpanAnalyzerMessage.textSpanFor(Tree syntaxNode) Methods in org.sonar.java.reporting with parameters of type AnalyzerMessage.TextSpanModifier and TypeMethodDescriptionstatic JavaTextEditJavaTextEdit.removeTextSpan(AnalyzerMessage.TextSpan textSpan) static JavaTextEditJavaTextEdit.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)