Toggle navigation
Home
javax.servlet.ServletResponse to org.sonar.server.ws.DumbResponse
No. of Instances - 19
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
assertThat(response.stream().httpStatus())
to
assertThat(response.stream().status())
assertThat(response.stream().httpStatus())
to
assertThat(response.stream().status())
assertThat(response.stream().httpStatus())
to
assertThat(response.stream().status())
assertThat(response.stream().httpStatus())
to
assertThat(response.stream().status())
assertThat(response.stream().httpStatus())
to
assertThat(response.stream().status())