FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
4 | 1 | 0 | 19 |
Files
Class | Bugs |
---|---|
org.oxerr.commons.ws.rs.bean.BeanUtils | 1 |
org.oxerr.commons.ws.rs.bean.BeanUtils
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in org.oxerr.commons.ws.rs.bean.BeanUtils.copyProperties(Object, Object, String[]) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 166 | Medium |