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

Files

Class Bugs
nl.geozet.openls.databinding.openls.Address 1
nl.geozet.openls.databinding.openls.GeocodeRequest 1
nl.geozet.openls.databinding.openls.GeocodeResponse 1
nl.geozet.openls.databinding.openls.GeocodeResponseList 1

nl.geozet.openls.databinding.openls.Address

Bug Category Details Line Priority
nl.geozet.openls.databinding.openls.Address.toXML() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 121 Medium

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