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
49 2 555 20

Files

Class Bugs
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment 2

fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment

Bug Category Details Line Priority
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment.getAssignmentDate() may expose internal representation by returning UnitAssignment._dateAssignmentDate MALICIOUS_CODE EI_EXPOSE_REP 179 Medium
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment.setAssignmentDate(Timestamp) may expose internal representation by storing an externally mutable object into UnitAssignment._dateAssignmentDate MALICIOUS_CODE EI_EXPOSE_REP2 190 Medium