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 |
|---|---|---|---|
| 139 | 9 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method org.andromda.cartridges.ejb.EJBScriptHelper.filterByVisibility(Collection, String) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 69 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 35 |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 37 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.andromda.cartridges.ejb.metafacades.EJBEntityFacadeLogicImpl$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.andromda.cartridges.ejb.metafacades.EJBEntityFacadeLogicImpl$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method org.andromda.cartridges.ejb.metafacades.EJBFinderMethodFacadeLogicImpl.handleGetQuery() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 62 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 113 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Field EJBPrimaryKeyFacadeLogic.metaObject masks field in superclass org.andromda.cartridges.ejb.metafacades.EJBEntityAttributeFacadeLogic | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.andromda.cartridges.ejb.metafacades.EJBSessionFacadeLogicImpl$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |