FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is max

Summary

ClassesBugsErrorsMissing Classes
9800

com.lightszentip.module.security.password.PasswordModuleImpl

BugCategoryDetailsLinePriority
Found reliance on default encoding in com.lightszentip.module.security.password.PasswordModuleImpl.crypt(String, String, EncryptionType, int): new String(byte[])I18NDM_DEFAULT_ENCODING229High
Found reliance on default encoding in com.lightszentip.module.security.password.PasswordModuleImpl.crypt(String, String, EncryptionType, int): String.getBytes()I18NDM_DEFAULT_ENCODING225High
Found reliance on default encoding in com.lightszentip.module.security.password.PasswordModuleImpl.crypt(String, String, EncryptionType, int): String.getBytes()I18NDM_DEFAULT_ENCODING227High
Found reliance on default encoding in com.lightszentip.module.security.password.PasswordModuleImpl.hashPwd(String, AlgorithmType): String.getBytes()I18NDM_DEFAULT_ENCODING191High
Possible null pointer dereference of md in com.lightszentip.module.security.password.PasswordModuleImpl.hashPwd(String, AlgorithmType)CORRECTNESSNP_NULL_ON_SOME_PATH191Medium

com.lightszentip.module.security.password.PasswordModuleImplTest

BugCategoryDetailsLinePriority
com.lightszentip.module.security.password.PasswordModuleImplTest.typeSha512 isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL42High
com.lightszentip.module.security.password.PasswordModuleImplTest.typeTwofish isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL50High
Unread public/protected field: com.lightszentip.module.security.password.PasswordModuleImplTest.nameSTYLEURF_UNREAD_PUBLIC_OR_PROTECTED_FIELD56Medium