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
Files
org.apache.myfaces.commons.validator.AbstractRegExprValidator
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of pattern, which is known to be non-null in org.apache.myfaces.commons.validator.AbstractRegExprValidator.validate(FacesContext, UIComponent, Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 78 | Low |
org.apache.myfaces.commons.validator.AbstractUrlValidator
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.apache.myfaces.commons.validator.AbstractUrlValidator.getSchemesList() return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 118 | Low |
org.apache.myfaces.commons.validator.ValidateEmailTag
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to facesContext in org.apache.myfaces.commons.validator.ValidateEmailTag.createValidator() | STYLE | DLS_DEAD_LOCAL_STORE | 41 | Medium |
org.apache.myfaces.commons.validator.ValidateISBNTag
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to facesContext in org.apache.myfaces.commons.validator.ValidateISBNTag.createValidator() | STYLE | DLS_DEAD_LOCAL_STORE | 41 | Medium |