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
51 4 0 0

Files

Class Bugs
fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue 4

fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue

Bug Category Details Line Priority
fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue.getAlertReferenceDate() may expose internal representation by returning UpdateTaskStateResourceQueue._tAlertReferenceDate MALICIOUS_CODE EI_EXPOSE_REP 250 Medium
fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue.getCreationDate() may expose internal representation by returning UpdateTaskStateResourceQueue._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP 231 Medium
fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue.setAlertReferenceDate(Timestamp) may expose internal representation by storing an externally mutable object into UpdateTaskStateResourceQueue._tAlertReferenceDate MALICIOUS_CODE EI_EXPOSE_REP2 261 Medium
fr.paris.lutece.plugins.workflow.modules.alertgru.business.UpdateTaskStateResourceQueue.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into UpdateTaskStateResourceQueue._tCreationDate MALICIOUS_CODE EI_EXPOSE_REP2 242 Medium