FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
269 5 0 0

at.infonova.opencms.testing.AbstractCmsMessageBundlesTest

Bug Category Details Line Priority
Dead store to tmp in at.infonova.opencms.testing.AbstractCmsMessageBundlesTest.messagesBundleConstantTest(Locale) STYLE DLS_DEAD_LOCAL_STORE 519 Low
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 123 Low
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 190 Low
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 382 Low
Method at.infonova.opencms.testing.AbstractCmsMessageBundlesTest.doTestBundle(I_CmsMessageBundle, Locale) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 325 Medium