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.converter.AbstractTypedNumberConverter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Switch statement found in org.apache.myfaces.commons.converter.AbstractTypedNumberConverter.checkJavaVersion14() where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 583-586 | Medium |
| Switch statement found in org.apache.myfaces.commons.converter.AbstractTypedNumberConverter.checkJavaVersion14() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 588-592 | Low |
org.apache.myfaces.commons.converter.ConvertDateTimeTag
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to elContext in org.apache.myfaces.commons.converter.ConvertDateTimeTag.createConverter() | STYLE | DLS_DEAD_LOCAL_STORE | 98 | Medium |
org.apache.myfaces.commons.converter.EnumConverter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Load of known null value in org.apache.myfaces.commons.converter.EnumConverter.getAsObject(FacesContext, UIComponent, String) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 127 | Medium |
| org.apache.myfaces.commons.converter.EnumConverter.getAsObject(FacesContext, UIComponent, String) checks to see if result of String.indexOf is positive | STYLE | RV_CHECK_FOR_POSITIVE_INDEXOF | 110 | Low |
org.apache.myfaces.commons.converter.TypedNumberConverter
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of vb, which is known to be non-null in org.apache.myfaces.commons.converter.TypedNumberConverter.getMaxFractionDigits() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 103 | Medium |
| Redundant nullcheck of vb, which is known to be non-null in org.apache.myfaces.commons.converter.TypedNumberConverter.getMaxIntegerDigits() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 129 | Medium |
| Redundant nullcheck of vb, which is known to be non-null in org.apache.myfaces.commons.converter.TypedNumberConverter.getMinFractionDigits() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 155 | Medium |
| Redundant nullcheck of vb, which is known to be non-null in org.apache.myfaces.commons.converter.TypedNumberConverter.getMinIntegerDigits() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 181 | Medium |