The following document contains the results of SpotBugs
SpotBugs Version is 4.5.3
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 4 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| fr.paris.lutece.plugins.blog.modules.extendcomment.web.BlogExtendCommentJspBean | 2 |
| 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 |