Toggle navigation
Home
org.sonar.api.issue.Issue to org.sonar.batch.protocol.output.BatchReport.Issue
No. of Instances - 7
No. of Commits - 3
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(issue.message())
to
assertThat(issue.getMsg())
issue.line()
to
issue.getLine()
assertThat(issue.message())
to
assertThat(issue.getMsg())
issue.line()
to
issue.getLine()
assertThat(issue.message())
to
assertThat(issue.getMsg())
issue.line()
to
issue.getLine()
assertThat(issue.message())
to
assertThat(issue.getMsg())
issue.line()
to
issue.getLine()
issue.line()
to
issue.getLine()