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.custom.accordion.AbstractHtmlAccordionPanel
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.getChildExpanded() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 167 | Medium |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.ACCORDION_LAYOUT isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 48 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.BORDER_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 59 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.COLLAPSED_BACK_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 54 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.COLLAPSED_FONT_WEIGHT isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 56 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.COLLAPSED_TEXT_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 55 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.EXPANDED_BACK_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 51 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.EXPANDED_FONT_WEIGHT isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 53 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.EXPANDED_TEXT_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 52 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.EXPAND_STATEHOLDER_ID isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 61 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.HOVER_BACK_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 57 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.HOVER_TEXT_COLOR isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 58 | High |
| org.apache.myfaces.custom.accordion.AbstractHtmlAccordionPanel.TOGGLING_LAYOUT isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 49 | High |
org.apache.myfaces.custom.accordion.HtmlAccordionPanelRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.custom.accordion.HtmlAccordionPanel in org.apache.myfaces.custom.accordion.HtmlAccordionPanelRenderer.decode(FacesContext, UIComponent) | STYLE | BC_UNCONFIRMED_CAST | 228 | Low |
| Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.custom.accordion.HtmlAccordionPanel in org.apache.myfaces.custom.accordion.HtmlAccordionPanelRenderer.encodeEnd(FacesContext, UIComponent) | STYLE | BC_UNCONFIRMED_CAST | 93 | Low |
org.apache.myfaces.custom.accordion.HtmlAccordionPanelTag
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to context in org.apache.myfaces.custom.accordion.HtmlAccordionPanelTag.setProperties(UIComponent) | STYLE | DLS_DEAD_LOCAL_STORE | 118 | Medium |
org.apache.myfaces.custom.behavior.ClientBehaviorBase
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Private method org.apache.myfaces.custom.behavior.ClientBehaviorBase.getEvent() is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 318 | Low |
org.apache.myfaces.custom.behavior._AttachedListStateWrapper
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.apache.myfaces.custom.behavior._AttachedListStateWrapper defines non-transient non-serializable instance field _wrappedStateList | BAD_PRACTICE | SE_BAD_FIELD | Not available | Low |
org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalDeltaListMap
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalDeltaListMap is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 748-764 | Low |
org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalList
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalList is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 771-822 | Low |
org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalMap
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.custom.behavior._DeltaStateHelper$InternalMap is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 677-736 | Low |
org.apache.myfaces.custom.effect.EffectAppearClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectAppearClientBehavior in org.apache.myfaces.custom.effect.EffectAppearClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectAppearClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectBlindDownClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectBlindDownClientBehavior in org.apache.myfaces.custom.effect.EffectBlindDownClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 48 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectBlindDownClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 77 | Low |
org.apache.myfaces.custom.effect.EffectBlindUpClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectBlindUpClientBehavior in org.apache.myfaces.custom.effect.EffectBlindUpClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 48 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectBlindUpClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 77 | Low |
org.apache.myfaces.custom.effect.EffectDropOutClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectDropOutClientBehavior in org.apache.myfaces.custom.effect.EffectDropOutClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 45 | Low |
org.apache.myfaces.custom.effect.EffectFadeClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectFadeClientBehavior in org.apache.myfaces.custom.effect.EffectFadeClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectFadeClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectFoldClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectFoldClientBehavior in org.apache.myfaces.custom.effect.EffectFoldClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 45 | Low |
org.apache.myfaces.custom.effect.EffectGrowClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectGrowClientBehavior in org.apache.myfaces.custom.effect.EffectGrowClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectGrowClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 68 | Medium |
org.apache.myfaces.custom.effect.EffectHideClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectHideClientBehavior in org.apache.myfaces.custom.effect.EffectHideClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 42 | Low |
org.apache.myfaces.custom.effect.EffectHighlightClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectHighlightClientBehavior in org.apache.myfaces.custom.effect.EffectHighlightClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectHighlightClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 71 | Low |
org.apache.myfaces.custom.effect.EffectMorphClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectMorphClientBehavior in org.apache.myfaces.custom.effect.EffectMorphClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectMorphClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 67 | Medium |
org.apache.myfaces.custom.effect.EffectMoveClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectMoveClientBehavior in org.apache.myfaces.custom.effect.EffectMoveClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectMoveClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectOpacityClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectOpacityClientBehavior in org.apache.myfaces.custom.effect.EffectOpacityClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectOpacityClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectPuffClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectPuffClientBehavior in org.apache.myfaces.custom.effect.EffectPuffClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectPuffClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectPulsateClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectPulsateClientBehavior in org.apache.myfaces.custom.effect.EffectPulsateClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectPulsateClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 69 | Low |
org.apache.myfaces.custom.effect.EffectScaleClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectScaleClientBehavior in org.apache.myfaces.custom.effect.EffectScaleClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectScaleClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 79 | Low |
org.apache.myfaces.custom.effect.EffectScrollToClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectScrollToClientBehavior in org.apache.myfaces.custom.effect.EffectScrollToClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectScrollToClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 68 | Medium |
org.apache.myfaces.custom.effect.EffectShakeClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectShakeClientBehavior in org.apache.myfaces.custom.effect.EffectShakeClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectShakeClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 68 | Medium |
org.apache.myfaces.custom.effect.EffectShowClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectShowClientBehavior in org.apache.myfaces.custom.effect.EffectShowClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 44 | Low |
org.apache.myfaces.custom.effect.EffectShrinkClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectShrinkClientBehavior in org.apache.myfaces.custom.effect.EffectShrinkClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectShrinkClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 68 | Medium |
org.apache.myfaces.custom.effect.EffectSlideDownClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectSlideDownClientBehavior in org.apache.myfaces.custom.effect.EffectSlideDownClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectSlideDownClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 76 | Low |
org.apache.myfaces.custom.effect.EffectSlideUpClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectSlideUpClientBehavior in org.apache.myfaces.custom.effect.EffectSlideUpClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 48 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectSlideUpClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 77 | Low |
org.apache.myfaces.custom.effect.EffectSquishClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectSquishClientBehavior in org.apache.myfaces.custom.effect.EffectSquishClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 45 | Low |
org.apache.myfaces.custom.effect.EffectSwitchOffClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectSwitchOffClientBehavior in org.apache.myfaces.custom.effect.EffectSwitchOffClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 45 | Low |
org.apache.myfaces.custom.effect.EffectToggleClientBehaviorRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to org.apache.myfaces.custom.effect.AbstractEffectToggleClientBehavior in org.apache.myfaces.custom.effect.EffectToggleClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | BC_UNCONFIRMED_CAST | 47 | Low |
| Dead store to addComma in org.apache.myfaces.custom.effect.EffectToggleClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) | STYLE | DLS_DEAD_LOCAL_STORE | 73 | Medium |
org.apache.myfaces.custom.passwordStrength.AbstractPasswordStrengthComponent
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.myfaces.custom.passwordStrength.AbstractPasswordStrengthComponent.COMPONENT_FAMILY isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 58 | Low |
| org.apache.myfaces.custom.passwordStrength.AbstractPasswordStrengthComponent.COMPONENT_TYPE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 54 | Low |
| org.apache.myfaces.custom.passwordStrength.AbstractPasswordStrengthComponent.DEFAULT_RENDERER_TYPE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 56 | Low |
org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UIInput in org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.decode(FacesContext, UIComponent) | STYLE | BC_UNCONFIRMED_CAST | 402 | Low |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 230 | Low |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.BUNDLE_BASE_NAME; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 485 | Medium |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.DEFAULT_PROGRESSBAR_HEIGHT; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 487 | Medium |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.DEFAULT_PROGRESSBAR_VALUE; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 490 | Medium |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.DEFAULT_PROGRESSBAR_WIDTH; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 486 | Medium |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.PROGRESSBAR_CONTAINER_SUFFIX; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 489 | Medium |
| Unread field: org.apache.myfaces.custom.passwordStrength.PasswordStrengthRenderer.PROGRESSBAR_SUFFIX; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 488 | Medium |
org.apache.myfaces.custom.passwordStrength.PasswordStrengthTag
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to context in org.apache.myfaces.custom.passwordStrength.PasswordStrengthTag.setProperties(UIComponent) | STYLE | DLS_DEAD_LOCAL_STORE | 122 | Medium |
org.apache.myfaces.custom.validatebeanbehavior.ValidateBeanBehavior
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Load of known null value in org.apache.myfaces.custom.validatebeanbehavior.ValidateBeanBehavior.createValidatorFactory(FacesContext) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 314 | Medium |