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

Files

Class Bugs
fr.paris.lutece.plugins.blog.modules.extendcomment.web.BlogExtendCommentJspBean 2

fr.paris.lutece.plugins.blog.modules.extendcomment.web.BlogExtendCommentJspBean

Bug Category Details Line Priority
fr.paris.lutece.plugins.blog.modules.extendcomment.web.BlogExtendCommentJspBean.getCommentBlog(HttpServletRequest) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 199 Medium
Nullcheck of adminUser at line 209 of value previously dereferenced in fr.paris.lutece.plugins.blog.modules.extendcomment.web.BlogExtendCommentJspBean.getCommentBlog(HttpServletRequest) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 209 Medium