The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 193 | 10 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 44 |
| Possible null pointer dereference of element in org.andromda.cartridges.jsf.JSFUtils.getValidatorTypes(ModelElementFacade, ClassifierFacade) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 683 |
| Possible null pointer dereference of element in org.andromda.cartridges.jsf.JSFUtils.getValidatorVars(ModelElementFacade, ClassifierFacade, ParameterFacade) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 815 |
| 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 | 937 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to message in org.andromda.cartridges.jsf.metafacades.JSFActionLogicImpl.handleGetFormSerialVersionUID() | STYLE | DLS_DEAD_LOCAL_STORE | 662 |
| Redundant nullcheck of trigger, which is known to be non-null in org.andromda.cartridges.jsf.metafacades.JSFActionLogicImpl.handleGetMessageKey() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 230 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.andromda.cartridges.jsf.metafacades.JSFActionLogicImpl$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of existingObject, which is known to be non-null in org.andromda.cartridges.jsf.metafacades.JSFParameterLogicImpl.getTableColumns() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 284 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Redundant nullcheck of trigger, which is known to be non-null in org.andromda.cartridges.jsf.metafacades.JSFUseCaseLogicImpl.handleGetAllMessages() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 224 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.andromda.cartridges.jsf.metafacades.JSFViewLogic$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |