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
351000

org.apache.myfaces.commons.converter.AbstractTypedNumberConverter

BugCategoryDetailsLinePriority
Switch statement found in org.apache.myfaces.commons.converter.AbstractTypedNumberConverter.checkJavaVersion14() where one case falls through to the next caseSTYLESF_SWITCH_FALLTHROUGH514-517Medium
Switch statement found in org.apache.myfaces.commons.converter.AbstractTypedNumberConverter.checkJavaVersion14() where default case is missingSTYLESF_SWITCH_NO_DEFAULT519-523Low

org.apache.myfaces.commons.converter.ConvertDateTimeTag

BugCategoryDetailsLinePriority
Dead store to elContext in org.apache.myfaces.commons.converter.ConvertDateTimeTag.createConverter()STYLEDLS_DEAD_LOCAL_STORE98Medium

org.apache.myfaces.commons.converter.DateTimeConverter

BugCategoryDetailsLinePriority

org.apache.myfaces.commons.converter.EnumConverter

BugCategoryDetailsLinePriority
Load of known null value in org.apache.myfaces.commons.converter.EnumConverter.getAsObject(FacesContext, UIComponent, String)STYLENP_LOAD_OF_KNOWN_NULL_VALUE127Medium
org.apache.myfaces.commons.converter.EnumConverter.getAsObject(FacesContext, UIComponent, String) checks to see if result of String.indexOf is positiveSTYLERV_CHECK_FOR_POSITIVE_INDEXOF110Low

org.apache.myfaces.commons.converter._AttachedListStateWrapper

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

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

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

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

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

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

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