The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 5 | 3 | 0 | 12 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.linkpages.business.portlet.LinkPagesPortlet | 2 |
| fr.paris.lutece.plugins.linkpages.web.portlet.LinkPagesPortletJspBean | 1 |
| 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 |
| 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 | 294 | Medium |