FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
45 3 0 0

de.smartics.exceptions.i18n.AbstractMessageBean

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

de.smartics.exceptions.i18n.message.Helper

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

de.smartics.exceptions.i18n.message.StructuredTextHandler$1

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