The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 118 | 14 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: com.atlassian.plugins.rest.json.JsonObject.aLong | PERFORMANCE | URF_UNREAD_FIELD | 17 |
| Unread field: com.atlassian.plugins.rest.json.JsonObject.anInteger | PERFORMANCE | URF_UNREAD_FIELD | 14 |
| Unread field: com.atlassian.plugins.rest.json.JsonObject.emptyCollection | PERFORMANCE | URF_UNREAD_FIELD | 24 |
| Unread field: com.atlassian.plugins.rest.json.JsonObject.nullCollection | PERFORMANCE | URF_UNREAD_FIELD | 20 |
| Unread field: com.atlassian.plugins.rest.json.JsonObject.singletonCollection | PERFORMANCE | URF_UNREAD_FIELD | 28 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unread field: com.atlassian.plugins.rest.json.JsonObject$JsonItem.name | PERFORMANCE | URF_UNREAD_FIELD | 44 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: com.atlassian.plugins.rest.test.Developer.expand | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Developer.favouriteDrinks not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: com.atlassian.plugins.rest.test.Developers.expand | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: com.atlassian.plugins.rest.test.FavouriteDrinks.expand | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: com.atlassian.plugins.rest.test.Project.expand | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Project.developers not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unused field: com.atlassian.plugins.rest.test.ProjectInformation.expand | PERFORMANCE | UUF_UNUSED_FIELD | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class com.atlassian.plugins.rest.test.Projects$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |