The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.security.authenticator.profile.UserPasswordCallee | 1 |
org.universAAL.security.authenticator.profile.UserPasswordProfileService | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.security.authenticator.profile.UserPasswordCallee.getQuery(String, String[]) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 220 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.security.authenticator.profile.UserPasswordProfileService.MY_URI isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 39 | High |
org.universAAL.security.authenticator.profile.UserPasswordProfileService.NAMESPACE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 38 | High |