FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
72400

Files

ClassBugs
javax.bluetooth.DiscoveryAgent1
javax.bluetooth.UUID1
javax.obex.PasswordAuthentication2

javax.bluetooth.DiscoveryAgent

BugCategoryDetailsLine
Should javax.bluetooth.DiscoveryAgent.retrieveDevices(int) return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS134

javax.bluetooth.UUID

BugCategoryDetailsLine
javax.bluetooth.UUID.toString() may return nullBAD_PRACTICENP_TOSTRING_COULD_RETURN_NULL150

javax.obex.PasswordAuthentication

BugCategoryDetailsLine
Should javax.obex.PasswordAuthentication.getPassword() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS53
Should javax.obex.PasswordAuthentication.getUserName() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS44