Le document suivant contient les résultats du FindBugs
La version de FindBugs est 3.0.1
La limite est
L'effort est max
Classes | Bugs | Erreurs | Classes Manquantes |
---|---|---|---|
7 | 4 | 0 | 0 |
Classe | Bugs |
---|---|
fr.paris.lutece.plugins.childpages.business.portlet.ChildPagesPortlet | 2 |
fr.paris.lutece.plugins.childpages.web.portlet.ChildPagesPortletJspBean | 2 |
Bug | Catégorie | Détails | Ligne | Priorité |
---|---|---|---|---|
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 |
Bug | Catégorie | Détails | Ligne | Priorité |
---|---|---|---|---|
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 |