Violation |
Line |
All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
15 - 31 |
Parameter 'plaintext' is not assigned and could be declared final |
22 |
Avoid variables with short names like md |
25 |
Local variable 'md' could be declared final |
25 |
Local variable 'raw' could be declared final |
27 |
Local variable 'hash' could be declared final |
28 |
Consider simply returning the value vs storing it in local variable 'hash' |
29 |