PMD Results

The following document contains the results of PMD 5.1.2.

Files

de/mibos/commons/crypt/Crypt.java

ViolationLine
Too many static imports may lead to messy code19–1294
Useless parentheses.794
Avoid unused private methods such as 'internalEncrypt(byte,InputStream,OutputStream)'.820–821
Avoid unused private methods such as 'internalEncrypt(byte,byte,int,int,byte,int)'.861–863
Avoid unused private methods such as 'internalDecrypt(byte,InputStream,OutputStream)'.910–911
Avoid unused private methods such as 'internalDecrypt(byte,byte,int,int,byte,int)'.949–951
Avoid unused private methods such as 'getIV(byte,int)'.1058
Avoid unused private methods such as 'initCipher(Cipher,byte,int,byte)'.1092–1093

de/mibos/commons/crypt/CryptInputStream.java

ViolationLine
Avoid unused private methods such as 'initCipher(Crypt,InputStream,byte)'.96

de/mibos/commons/crypt/CryptOutputStream.java

ViolationLine
Avoid unused private methods such as 'initCipher(Crypt,OutputStream,byte)'.96