FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
2 3 0 0

org.universAAL.security.authenticator.client.UserPaswordAuthenticatorClient

Bug Category Details Line Priority
Null pointer dereference of users in org.universAAL.security.authenticator.client.UserPaswordAuthenticatorClient.authenticate(String, String) CORRECTNESS NP_ALWAYS_NULL 90 High
Load of known null value in org.universAAL.security.authenticator.client.UserPaswordAuthenticatorClient.authenticate(String, String) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 90 Medium
Return value of String.concat(String) ignored in org.universAAL.security.authenticator.client.UserPaswordAuthenticatorClient.authenticate(String, String) CORRECTNESS RV_RETURN_VALUE_IGNORED 109 High