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.managelogs.web.AbstractManageLogsPropertiesJspBean | 1 |
fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in fr.paris.lutece.plugins.managelogs.web.AbstractManageLogsPropertiesJspBean.getFilesFromConfiguration(List, boolean) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 134 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean.exportCategories(HttpServletRequest) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 301 | Medium |
Possible null pointer dereference in fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean.readLogConf(String) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 226 | Medium |
Possible null pointer dereference in fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean.readLogConf(String) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 233 | Medium |