Apache MyFaces
Documentation
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

ClassesBugsErrorsMissing Classes
26400

org.apache.myfaces.commons.validator.AbstractRegExprValidator

BugCategoryDetailsLinePriority
Redundant nullcheck of pattern, which is known to be non-null in org.apache.myfaces.commons.validator.AbstractRegExprValidator.validate(FacesContext, UIComponent, Object)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE78Low

org.apache.myfaces.commons.validator.AbstractUrlValidator

BugCategoryDetailsLinePriority
Should org.apache.myfaces.commons.validator.AbstractUrlValidator.getSchemesList() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS118Low

org.apache.myfaces.commons.validator.ValidateEmailTag

BugCategoryDetailsLinePriority
Dead store to facesContext in org.apache.myfaces.commons.validator.ValidateEmailTag.createValidator()STYLEDLS_DEAD_LOCAL_STORE41Medium

org.apache.myfaces.commons.validator.ValidateISBNTag

BugCategoryDetailsLinePriority
Dead store to facesContext in org.apache.myfaces.commons.validator.ValidateISBNTag.createValidator()STYLEDLS_DEAD_LOCAL_STORE41Medium