Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

ClassesBugsErrorsMissing Classes
16600

org.opensocial.explorer.specserver.servlet.ExplorerInjectedServlet

BugCategoryDetailsLinePriority
org.opensocial.explorer.specserver.servlet.ExplorerInjectedServlet.parseResponseToJson(HttpResponse) may fail to close streamBAD_PRACTICEOS_OPEN_STREAM73Medium
org.opensocial.explorer.specserver.servlet.ExplorerInjectedServlet.parseResponseToString(HttpResponse) may fail to close streamBAD_PRACTICEOS_OPEN_STREAM84Medium

org.opensocial.explorer.specserver.servlet.GadgetSpecServlet

BugCategoryDetailsLinePriority
org.opensocial.explorer.specserver.servlet.GadgetSpecServlet.registry is a mutable servlet fieldMT_CORRECTNESSMSF_MUTABLE_SERVLET_FIELD80Low
Class org.opensocial.explorer.specserver.servlet.GadgetSpecServlet.registry extends Servlet class and uses instance variablesSTYLEMTIA_SUSPECT_SERVLET_INSTANCE_FIELD80Low
Class org.opensocial.explorer.specserver.servlet.GadgetSpecServlet defines non-transient non-serializable instance field registryBAD_PRACTICESE_BAD_FIELDMedium
Class org.opensocial.explorer.specserver.servlet.GadgetSpecServlet defines non-transient non-serializable instance field tempSpecsBAD_PRACTICESE_BAD_FIELDMedium