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
57 10 0 0

com.atlassian.gadgets.samples.BadRequestServlet

Bug Category Details Line Priority
com.atlassian.gadgets.samples.BadRequestServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 10-18 Low

com.atlassian.gadgets.samples.DumpHeadersServlet

Bug Category Details Line Priority
com.atlassian.gadgets.samples.DumpHeadersServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 10-23 Low

com.atlassian.gadgets.samples.FakeGadgetFeedServlet

Bug Category Details Line Priority
Class com.atlassian.gadgets.samples.FakeGadgetFeedServlet defines non-transient non-serializable instance field applicationProperties BAD_PRACTICE SE_BAD_FIELD Not available Low
com.atlassian.gadgets.samples.FakeGadgetFeedServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 18-41 Low

com.atlassian.gadgets.samples.PhoneHomeServlet

Bug Category Details Line Priority
Class com.atlassian.gadgets.samples.PhoneHomeServlet defines non-transient non-serializable instance field applicationProperties BAD_PRACTICE SE_BAD_FIELD Not available Low
com.atlassian.gadgets.samples.PhoneHomeServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 17-26 Low

com.atlassian.gadgets.samples.RemovableGadgetSpecServlet

Bug Category Details Line Priority
Class com.atlassian.gadgets.samples.RemovableGadgetSpecServlet.currentState extends Servlet class and uses instance variables STYLE MTIA_SUSPECT_SERVLET_INSTANCE_FIELD 42 Low
Class com.atlassian.gadgets.samples.RemovableGadgetSpecServlet.currentState extends Servlet class and uses instance variables STYLE MTIA_SUSPECT_SERVLET_INSTANCE_FIELD 69 Low
com.atlassian.gadgets.samples.RemovableGadgetSpecServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 23-76 Low

com.atlassian.gadgets.samples.WhitelistedServlet

Bug Category Details Line Priority
com.atlassian.gadgets.samples.WhitelistedServlet is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 10-18 Low