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

Files

Class Bugs
fr.paris.lutece.plugins.html.business.portlet.HtmlPortletHome 2
fr.paris.lutece.plugins.html.business.portlet.UntransformedHtmlPortletHome 2

fr.paris.lutece.plugins.html.business.portlet.HtmlPortletHome

Bug Category Details Line Priority
fr.paris.lutece.plugins.html.business.portlet.HtmlPortletHome.getDAO() may expose internal representation by returning HtmlPortletHome._dao MALICIOUS_CODE EI_EXPOSE_REP 100 Medium
Public static fr.paris.lutece.plugins.html.business.portlet.HtmlPortletHome.getInstance() may expose internal representation by returning HtmlPortletHome._singleton MALICIOUS_CODE MS_EXPOSE_REP 89 Medium

fr.paris.lutece.plugins.html.business.portlet.UntransformedHtmlPortletHome

Bug Category Details Line Priority
fr.paris.lutece.plugins.html.business.portlet.UntransformedHtmlPortletHome.getDAO() may expose internal representation by returning UntransformedHtmlPortletHome._dao MALICIOUS_CODE EI_EXPOSE_REP 100 Medium
Public static fr.paris.lutece.plugins.html.business.portlet.UntransformedHtmlPortletHome.getInstance() may expose internal representation by returning UntransformedHtmlPortletHome._singleton MALICIOUS_CODE MS_EXPOSE_REP 89 Medium