Le document suivant contient les résultats du FindBugs
La version de FindBugs est 3.0.1
La limite est
L'effort est max
| Classe | Bugs |
|---|---|
| fr.paris.lutece.plugins.managelogs.web.AbstractManageLogsPropertiesJspBean | 1 |
| fr.paris.lutece.plugins.managelogs.web.DownloadLogJspBean | 4 |
| Bug | Catégorie | Détails | Ligne | Priorité |
|---|---|---|---|---|
| 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 | Catégorie | Détails | Ligne | Priorité |
|---|---|---|---|---|
| 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 |