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 |
68 |
8 |
0 |
25 |
fr.paris.lutece.plugins.workflowcore.business.icon.Icon
Bug |
Category |
Details |
Line |
Priority |
fr.paris.lutece.plugins.workflowcore.business.icon.Icon.getValue() may expose internal representation by returning Icon._byValue |
MALICIOUS_CODE |
EI_EXPOSE_REP |
100 |
Medium |
fr.paris.lutece.plugins.workflowcore.business.icon.Icon.setValue(byte[]) may expose internal representation by storing an externally mutable object into Icon._byValue |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
111 |
Medium |
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory
Bug |
Category |
Details |
Line |
Priority |
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory.getCreationDate() may expose internal representation by returning ResourceHistory._tCreationDate |
MALICIOUS_CODE |
EI_EXPOSE_REP |
167 |
Medium |
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into ResourceHistory._tCreationDate |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
178 |
Medium |
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow
Bug |
Category |
Details |
Line |
Priority |
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow.getCreationDate() may expose internal representation by returning Workflow._tCreationDate |
MALICIOUS_CODE |
EI_EXPOSE_REP |
236 |
Medium |
fr.paris.lutece.plugins.workflowcore.business.workflow.Workflow.setCreationDate(Timestamp) may expose internal representation by storing an externally mutable object into Workflow._tCreationDate |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
247 |
Medium |
fr.paris.lutece.plugins.workflowcore.service.action.ActionService
Bug |
Category |
Details |
Line |
Priority |
Possible null pointer dereference of action in fr.paris.lutece.plugins.workflowcore.service.action.ActionService.findByPrimaryKey(int) |
CORRECTNESS |
NP_NULL_ON_SOME_PATH |
148 |
Medium |
Possible null pointer dereference of action in fr.paris.lutece.plugins.workflowcore.service.action.ActionService.findByPrimaryKeyWithoutIcon(int) |
CORRECTNESS |
NP_NULL_ON_SOME_PATH |
163 |
Medium |