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
5 3 0 0

Files

Class Bugs
fr.paris.lutece.plugins.linkpages.business.portlet.LinkPagesPortlet 2
fr.paris.lutece.plugins.linkpages.web.portlet.LinkPagesPortletJspBean 1

fr.paris.lutece.plugins.linkpages.business.portlet.LinkPagesPortlet

Bug Category Details Line Priority
Primitive boxed just to call toString in fr.paris.lutece.plugins.linkpages.business.portlet.LinkPagesPortlet.getXml(HttpServletRequest) PERFORMANCE DM_BOXED_PRIMITIVE_TOSTRING 100 Medium
fr.paris.lutece.plugins.linkpages.business.portlet.LinkPagesPortlet.getXml(HttpServletRequest) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 100 Medium

fr.paris.lutece.plugins.linkpages.web.portlet.LinkPagesPortletJspBean

Bug Category Details Line Priority
fr.paris.lutece.plugins.linkpages.web.portlet.LinkPagesPortletJspBean.getLinkPagesInPortletList(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 266 Medium