The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Normal
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
107 | 4 | 0 | 0 |
Class | Bugs |
---|---|
net.sf.hattori.PopulationManager | 2 |
net.sf.hattori.populators.DynamicPopulator | 2 |
Bug | Category | Details | Line |
---|---|---|---|
Possible null pointer dereference of domainMapping in net.sf.hattori.PopulationManager.getPopulator(PersistentObjectDTO) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 182 |
Possible null pointer dereference of domainObject in net.sf.hattori.PopulationManager.populateDomainObject(PersistentObjectDTO, PersistentObject) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 163 |
Bug | Category | Details | Line |
---|---|---|---|
domainObject could be null and is guaranteed to be dereferenced in net.sf.hattori.populators.DynamicPopulator.populateDTO(PersistentObject, PersistentObjectDTO) | CORRECTNESS | NP_GUARANTEED_DEREF | 38 |
Possible null pointer dereference of dto in net.sf.hattori.populators.DynamicPopulator.populateDomainObject(PersistentObjectDTO, PersistentObject) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 65 |