primaryLocation
- Returns:
- null, when target of a message - is a file
AnalyzerMessage(JavaCheck check,
org.sonar.api.batch.fs.InputComponent inputComponent,
int line,
String message,
int cost)
AnalyzerMessage(JavaCheck check,
org.sonar.api.batch.fs.InputComponent inputComponent,
AnalyzerMessage.TextSpan textSpan,
String message,
int cost)
getCheck()
getCost()
org.sonar.api.batch.fs.InputComponent
getLine()
static AnalyzerMessage.TextSpan
textSpanBetween(Tree startTree,
boolean includeStart,
Tree endTree,
boolean includeEnd)
static AnalyzerMessage.TextSpan
textSpanBetween(Tree startTree,
Tree endTree)
static AnalyzerMessage.TextSpan
textSpanFor(Tree syntaxNode)
toString()