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 |
| 187 |
4 |
0 |
0 |
com.atlassian.gadgets.GadgetState
| Bug |
Category |
Details |
Line |
Priority |
| GadgetState.userPrefs should be final since com.atlassian.gadgets.GadgetState is marked as Immutable. |
BAD_PRACTICE |
JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS |
Not available |
Medium |
com.atlassian.gadgets.dashboard.DashboardState
| Bug |
Category |
Details |
Line |
Priority |
| DashboardState.columns should be final since com.atlassian.gadgets.dashboard.DashboardState is marked as Immutable. |
BAD_PRACTICE |
JCIP_FIELD_ISNT_FINAL_IN_IMMUTABLE_CLASS |
Not available |
Medium |
com.atlassian.gadgets.directory.Category
| Bug |
Category |
Details |
Line |
Priority |
| Use of non-localized String.toUpperCase() or String.toLowerCase |
I18N |
DM_CONVERT_CASE |
65 |
Low |
| Use of non-localized String.toUpperCase() or String.toLowerCase |
I18N |
DM_CONVERT_CASE |
77 |
Low |