Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 5 0 0

fr.paris.lutece.plugins.managelogs.web.AbstractManageLogsPropertiesJspBean

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

fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean

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