The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Boxing/unboxing to parse a primitive org.andromda.cartridges.jsf.JSFUtils.calculateIcefacesTimeout(String) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 1236 | High |
Found reliance on default encoding in org.andromda.cartridges.jsf.JSFUtils.calcSerialVersionUID(StringBuilder): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 1211 | High |
Write to static field org.andromda.cartridges.jsf.JSFUtils.strictDateTimeFormat from instance method org.andromda.cartridges.jsf.JSFUtils.setStrictDateTimeFormat(boolean) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 1062 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.andromda.cartridges.jsf.metafacades.JSFActionLogicImpl.handleGetFormSerialVersionUID(): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 682 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.andromda.cartridges.jsf.metafacades.JSFManageableEntityAssociationEndLogicImpl.handleGetMessageKey() uses the same code for two branches | STYLE | DB_DUPLICATE_BRANCHES | 40 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.andromda.cartridges.jsf.metafacades.JSFParameterLogicImpl doesn't override org.andromda.core.metafacade.MetafacadeBase.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 1 | Medium |