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
11 5 0 0

Files

Class Bugs
fr.paris.lutece.plugins.genericalert.business.TaskNotifyReminderConfigDAO 2
fr.paris.lutece.plugins.genericalert.service.TaskNotifyReminder 1
fr.paris.lutece.plugins.genericalert.web.NotifyReminderTaskComponent 2

fr.paris.lutece.plugins.genericalert.business.TaskNotifyReminderConfigDAO

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 322 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

fr.paris.lutece.plugins.genericalert.service.TaskNotifyReminder

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

fr.paris.lutece.plugins.genericalert.web.NotifyReminderTaskComponent

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