The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
3 | 4 | 0 | 0 |
Class | Bugs |
---|---|
fr.paris.lutece.test.LuteceTestCase | 1 |
fr.paris.lutece.test.Utils | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
fr.paris.lutece.test.LuteceTestCase._bInit should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 50 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in fr.paris.lutece.test.Utils.getFileContent(String): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 115 | High |
fr.paris.lutece.test.Utils.getFileContent(String) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 116 | Medium |
Redundant nullcheck of in, which is known to be non-null in fr.paris.lutece.test.Utils.getFileContent(String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 119 | Medium |