FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
12 3 0 0

org.microbean.servicebroker.jaxrs.BindingAlreadyExistsExceptionMapper

Bug Category Details Line Priority
Redundant nullcheck of message, which is known to be non-null in org.microbean.servicebroker.jaxrs.BindingAlreadyExistsExceptionMapper.toResponse(BindingAlreadyExistsException) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 74 Medium

org.microbean.servicebroker.jaxrs.ExceptionMapper

Bug Category Details Line Priority
The class name org.microbean.servicebroker.jaxrs.ExceptionMapper shadows the simple name of implemented interface javax.ws.rs.ext.ExceptionMapper BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_INTERFACE 28 Medium

org.microbean.servicebroker.jaxrs.ServiceInstanceAlreadyExistsExceptionMapper

Bug Category Details Line Priority
Redundant nullcheck of message, which is known to be non-null in org.microbean.servicebroker.jaxrs.ServiceInstanceAlreadyExistsExceptionMapper.toResponse(ServiceInstanceAlreadyExistsException) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 85 Medium