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
260 3 0 0

com.atlassian.gadgets.publisher.internal.impl.AggregatePluginGadgetSpecProviderPermissionImpl$1

Bug Category Details Line Priority
The class com.atlassian.gadgets.publisher.internal.impl.AggregatePluginGadgetSpecProviderPermissionImpl$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 28-55 Low

com.atlassian.gadgets.publisher.internal.impl.GadgetSpecSyndicationImpl

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 62 Low

com.atlassian.gadgets.publisher.internal.impl.PublishedGadgetSpecStore

Bug Category Details Line Priority
Load of known null value in com.atlassian.gadgets.publisher.internal.impl.PublishedGadgetSpecStore.getLastModified(URI) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 218 Medium