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
21 3 0 23

Files

Class Bugs
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert 2
fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent 1

fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert

Bug Category Details Line Priority
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert.getDateReference() may expose internal representation by returning Alert._dateReference MALICIOUS_CODE EI_EXPOSE_REP 111 Medium
fr.paris.lutece.plugins.workflow.modules.alertforms.business.Alert.setDateReference(Timestamp) may expose internal representation by storing an externally mutable object into Alert._dateReference MALICIOUS_CODE EI_EXPOSE_REP2 101 Medium

fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent

Bug Category Details Line Priority
Dead store to resourceHistory in fr.paris.lutece.plugins.workflow.modules.alertforms.web.AlertTaskComponent.getDisplayTaskInformation(int, HttpServletRequest, Locale, ITask) STYLE DLS_DEAD_LOCAL_STORE 111 Medium