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.AbstractDateRestrictionValidator
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 295 | Low |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 279 | Low |
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._AttachedListStateWrapper
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.apache.myfaces.commons.validator._AttachedListStateWrapper defines non-transient non-serializable instance field _wrappedStateList | BAD_PRACTICE | SE_BAD_FIELD | Not available | Low |
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalDeltaListMap
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.validator._DeltaStateHelper$InternalDeltaListMap is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 748-764 | Low |
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalList
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.validator._DeltaStateHelper$InternalList is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 771-822 | Low |
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalMap
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.commons.validator._DeltaStateHelper$InternalMap is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 677-736 | Low |