Toggle navigation
Home
org.sonar.wsclient.issue.Issue to org.sonarqube.ws.Issues.Issue
No. of Instances - 5
No. of Commits - 2
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
assertThat(issue.severity())
to
assertThat(issue.getSeverity().name())
assertThat(issue.status())
to
assertThat(issue.getStatus())
issue.comments()
to
issue.getComments().getCommentsList()
assertThat(issue.debt())
to
assertThat(issue.getDebt())