Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is min

Summary

Classes Bugs Errors Missing Classes
20 5 0 0

javax.portlet.faces.GenericFacesPortlet

Bug Category Details Line Priority
javax.portlet.faces.GenericFacesPortlet.init(PortletConfig) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 176 Medium
Redundant nullcheck of javax.portlet.faces.GenericFacesPortlet.mFacesBridge which is known to be null in javax.portlet.faces.GenericFacesPortlet.initBridge() STYLE RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE 738 Low
Exception is caught when Exception is not thrown in javax.portlet.faces.GenericFacesPortlet.initBridge() STYLE REC_CATCH_EXCEPTION 744 Low
Private method javax.portlet.faces.GenericFacesPortlet.isInRequestedContentTypes(PortletRequest, String) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 476 Low
Unread field: javax.portlet.faces.GenericFacesPortlet.mLock PERFORMANCE URF_UNREAD_FIELD 137 Medium