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
133 4 0 0

com.atlassian.gadgets.refimpl.PluginSettingsActivityService

Bug Category Details Line Priority
Method call in com.atlassian.gadgets.refimpl.PluginSettingsActivityService.createActivity(Person, AppId, Activity, OpenSocialRequestContext) passes null to a nonnull parameter of getActivity(Person, AppId, Set, String, OpenSocialRequestContext) CORRECTNESS NP_NONNULL_PARAM_VIOLATION 144 High
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 45 Medium

com.atlassian.gadgets.refimpl.PluginSettingsAppDataService

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