FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
152 4 0 2

Files

Class Bugs
com.atlassian.gadgets.test.DashboardTester$1 1
com.atlassian.gadgets.test.DashboardTester$LoggingAjaxController 2
com.atlassian.gadgets.test.GadgetParser$1 1

com.atlassian.gadgets.test.DashboardTester$1

Bug Category Details Line
The class com.atlassian.gadgets.test.DashboardTester$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON Not available

com.atlassian.gadgets.test.DashboardTester$LoggingAjaxController

Bug Category Details Line
com.atlassian.gadgets.test.DashboardTester$LoggingAjaxController is serializable but also an inner class of a non-serializable class BAD_PRACTICE SE_BAD_FIELD_INNER_CLASS Not available
com.atlassian.gadgets.test.DashboardTester$LoggingAjaxController is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID Not available

com.atlassian.gadgets.test.GadgetParser$1

Bug Category Details Line
The class com.atlassian.gadgets.test.GadgetParser$1 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON Not available