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
159 5 0 0

com.atlassian.gadgets.refimpl.ActivityPropertyAdapter

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

com.atlassian.gadgets.refimpl.PluginSettingsActivityService

Bug Category Details Line Priority
Redundant nullcheck of personId, which is known to be non-null in com.atlassian.gadgets.refimpl.PluginSettingsActivityService.getActivities(PersonId, AppId, Set, OpenSocialRequestContext) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 88 Low
Write to static field com.atlassian.gadgets.refimpl.PluginSettingsActivityService.activityId from instance method new com.atlassian.gadgets.refimpl.PluginSettingsActivityService(PluginSettingsFactory) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 46 Medium

com.atlassian.gadgets.refimpl.PluginSettingsAppDataService

Bug Category Details Line Priority
Redundant nullcheck of personId, which is known to be non-null in com.atlassian.gadgets.refimpl.PluginSettingsAppDataService.deletePersonData(PersonId, AppId, Set, OpenSocialRequestContext) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 81 Low
Redundant nullcheck of personId, which is known to be non-null in com.atlassian.gadgets.refimpl.PluginSettingsAppDataService.updatePersonData(PersonId, AppId, Map, OpenSocialRequestContext) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 113 Low