The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Class | Bugs |
---|---|
fr.paris.lutece.plugins.myapps.business.MyApps | 1 |
fr.paris.lutece.plugins.myapps.util.crypto.CryptoUtil | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Test de nullité redondant sur une valeur non nulle dans fr.paris.lutece.plugins.myapps.business.MyApps.equals(Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 190 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in fr.paris.lutece.plugins.myapps.util.crypto.CryptoUtil.decrypt(String, String): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 120 | High |
Found reliance on default encoding in fr.paris.lutece.plugins.myapps.util.crypto.CryptoUtil.encrypt(String, String): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 72 | High |