The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
55 | 4 | 0 | 0 |
Class | Bugs |
---|---|
fr.paris.lutece.plugins.unittree.business.assignment.UnitAssignment | 2 |
fr.paris.lutece.plugins.unittree.web.UnitJspBean | 2 |
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 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class fr.paris.lutece.plugins.unittree.web.UnitJspBean defines non-transient non-serializable instance field _fullUnitTree | BAD_PRACTICE | SE_BAD_FIELD | Not available | High |
The field fr.paris.lutece.plugins.unittree.web.UnitJspBean._unitUserSearchFields is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available | Medium |