Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.5.3

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
5 2 0 0

Files

Class Bugs
fr.paris.lutece.plugins.userassignment.business.ResourceUser 2

fr.paris.lutece.plugins.userassignment.business.ResourceUser

Bug Category Details Line Priority
fr.paris.lutece.plugins.userassignment.business.ResourceUser.getAdminUser() may expose internal representation by returning ResourceUser._adminUser MALICIOUS_CODE EI_EXPOSE_REP 115 Medium
fr.paris.lutece.plugins.userassignment.business.ResourceUser.setAdminUser(AdminUser) may expose internal representation by storing an externally mutable object into ResourceUser._adminUser MALICIOUS_CODE EI_EXPOSE_REP2 124 Medium