The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 11 | 5 | 0 | 27 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to listReminder in fr.paris.lutece.plugins.genericalert.business.TaskNotifyReminderConfigDAO.loadListTaskNotifyConfig(int, Plugin) | STYLE | DLS_DEAD_LOCAL_STORE | 328 | Medium |
| Nullcheck of taskReminderConfig at line 84 of value previously dereferenced in fr.paris.lutece.plugins.genericalert.business.TaskNotifyReminderConfigDAO.insert(TaskNotifyReminderConfig) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 78 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of listReminders in fr.paris.lutece.plugins.genericalert.service.TaskNotifyReminder.sendReminder(int, String, int, int) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 202 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Load of known null value in fr.paris.lutece.plugins.genericalert.web.NotifyReminderTaskComponent.doSaveConfig(HttpServletRequest, Locale, ITask) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 286 | Medium |
| Load of known null value in fr.paris.lutece.plugins.genericalert.web.NotifyReminderTaskComponent.doSaveConfig(HttpServletRequest, Locale, ITask) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 286 | Medium |