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
44800

org.apache.myfaces.commons.validator.AbstractDateRestrictionValidator

BugCategoryDetailsLinePriority
Use of non-localized String.toUpperCase() or String.toLowerCaseI18NDM_CONVERT_CASE295Low
Use of non-localized String.toUpperCase() or String.toLowerCaseI18NDM_CONVERT_CASE279Low

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._AttachedListStateWrapper

BugCategoryDetailsLinePriority
Class org.apache.myfaces.commons.validator._AttachedListStateWrapper defines non-transient non-serializable instance field _wrappedStateListBAD_PRACTICESE_BAD_FIELDNot availableLow

org.apache.myfaces.commons.validator._DeltaStateHelper$InternalDeltaListMap

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalDeltaListMap is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID748-764Low

org.apache.myfaces.commons.validator._DeltaStateHelper$InternalList

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalList is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID771-822Low

org.apache.myfaces.commons.validator._DeltaStateHelper$InternalMap

BugCategoryDetailsLinePriority
org.apache.myfaces.commons.validator._DeltaStateHelper$InternalMap is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONID677-736Low