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

Files

Class Bugs
fr.paris.lutece.plugins.childpages.business.portlet.ChildPagesPortlet 2
fr.paris.lutece.plugins.childpages.web.portlet.ChildPagesPortletJspBean 2

fr.paris.lutece.plugins.childpages.business.portlet.ChildPagesPortlet

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

fr.paris.lutece.plugins.childpages.web.portlet.ChildPagesPortletJspBean

Bug Category Details Line Priority
Nullcheck of strParentPage at line 138 of value previously dereferenced in fr.paris.lutece.plugins.childpages.web.portlet.ChildPagesPortletJspBean.doCreate(HttpServletRequest) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 138 Medium
Nullcheck of strParentPage at line 211 of value previously dereferenced in fr.paris.lutece.plugins.childpages.web.portlet.ChildPagesPortletJspBean.doModify(HttpServletRequest) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 211 Medium