FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is 
Effort is min
Summary
| Classes | Bugs | Errors | Missing Classes | 
| 17 | 4 | 0 | 0 | 
nl.geozet.openls.databinding.openls.Address
nl.geozet.openls.databinding.openls.GeocodeRequest
| Bug | Category | Details | Line | Priority | 
| nl.geozet.openls.databinding.openls.GeocodeRequest.toXML() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 66 | Medium | 
nl.geozet.openls.databinding.openls.GeocodeResponse
| Bug | Category | Details | Line | Priority | 
| nl.geozet.openls.databinding.openls.GeocodeResponse.toXML() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 41 | Medium | 
nl.geozet.openls.databinding.openls.GeocodeResponseList
| Bug | Category | Details | Line | Priority | 
| nl.geozet.openls.databinding.openls.GeocodeResponseList.toXML() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 51 | Medium |