The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
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 |
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 |
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 |