FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
313 |
4 |
0 |
0 |
geo.google.GeoAddressStandardizer
Bug |
Category |
Details |
Line |
geo.google.GeoAddressStandardizer.getServerResponse(String) calls Thread.sleep() with a lock held |
MT_CORRECTNESS |
SWL_SLEEP_WITH_LOCK_HELD
|
253 |
geo.google.datamodel.GeoAddress
Bug |
Category |
Details |
Line |
Class geo.google.datamodel.GeoAddress defines non-transient non-serializable instance field _addressDetails |
BAD_PRACTICE |
SE_BAD_FIELD
|
Not available |
geo.google.datamodel.GeoAltitude
Bug |
Category |
Details |
Line |
geo.google.datamodel.GeoAltitude.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL
|
14 |
geo.google.datamodel.GeoCoordinate
Bug |
Category |
Details |
Line |
geo.google.datamodel.GeoCoordinate.clone() does not call super.clone() |
BAD_PRACTICE |
CN_IDIOM_NO_SUPER_CALL
|
14 |