The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
108 | 14 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Unread field: com.commsen.jwebthumb.WebThumb.apikey | PERFORMANCE | URF_UNREAD_FIELD | 76 |
Unread field: com.commsen.jwebthumb.WebThumb.credits | PERFORMANCE | URF_UNREAD_FIELD | 65 |
Unread field: com.commsen.jwebthumb.WebThumb.fetchRequest | PERFORMANCE | URF_UNREAD_FIELD | 100 |
Unread field: com.commsen.jwebthumb.WebThumb.requests | PERFORMANCE | URF_UNREAD_FIELD | 88 |
Unread field: com.commsen.jwebthumb.WebThumb.statusRequest | PERFORMANCE | URF_UNREAD_FIELD | 112 |
Unread field: com.commsen.jwebthumb.WebThumb.version | PERFORMANCE | URF_UNREAD_FIELD | 41 |
Bug | Category | Details | Line |
---|---|---|---|
Unwritten field: com.commsen.jwebthumb.WebThumbError.value | CORRECTNESS | UWF_UNWRITTEN_FIELD | 53 |
Bug | Category | Details | Line |
---|---|---|---|
Unwritten field: com.commsen.jwebthumb.WebThumbJob.id | CORRECTNESS | UWF_UNWRITTEN_FIELD | 90 |
Bug | Category | Details | Line |
---|---|---|---|
Unwritten field: com.commsen.jwebthumb.WebThumbJobStatus.errors | CORRECTNESS | UWF_UNWRITTEN_FIELD | 66 |
Unwritten field: com.commsen.jwebthumb.WebThumbJobStatus.statuses | CORRECTNESS | UWF_UNWRITTEN_FIELD | 58 |
Bug | Category | Details | Line |
---|---|---|---|
WebThumbRequest.fullthumb not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Unwritten field: com.commsen.jwebthumb.WebThumbResponse.errors | CORRECTNESS | UWF_UNWRITTEN_FIELD | 97 |
Unwritten field: com.commsen.jwebthumb.WebThumbResponse.jobs | CORRECTNESS | UWF_UNWRITTEN_FIELD | 73 |
Bug | Category | Details | Line |
---|---|---|---|
Field only ever set to null: com.commsen.jwebthumb.WebThumbStatus.value | CORRECTNESS | UWF_NULL_FIELD | 60 |