The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.exceptions.i18n.AbstractMessageBean | 1 |
de.smartics.exceptions.i18n.message.Helper | 1 |
de.smartics.exceptions.i18n.message.StructuredTextHandler$1 | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.smartics.exceptions.i18n.AbstractMessageBean.getClassLoader() creates a de.smartics.exceptions.runtime.FallbackClassLoader classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 390 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase in de.smartics.exceptions.i18n.message.Helper.capitalize(String) | I18N | DM_CONVERT_CASE | 78 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class de.smartics.exceptions.i18n.message.StructuredTextHandler$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 119-130 | Low |