FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
106 4 0 0

it.com.atlassian.gadgets.pages.AddGadgetDialog$1

Bug Category Details Line Priority
The class it.com.atlassian.gadgets.pages.AddGadgetDialog$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 109-112 Low

it.com.atlassian.gadgets.pages.ConfigureAppLinksPage$1

Bug Category Details Line Priority
The class it.com.atlassian.gadgets.pages.ConfigureAppLinksPage$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 42-47 Low

it.com.atlassian.gadgets.pages.fields.BoolPref

Bug Category Details Line Priority
Method it.com.atlassian.gadgets.pages.fields.BoolPref.getValue() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 53 Medium

it.com.atlassian.gadgets.pages.fields.MultiSelect

Bug Category Details Line Priority
Method it.com.atlassian.gadgets.pages.fields.MultiSelect.getValue() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 48 Medium