FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
108 |
14 |
0 |
0 |
com.commsen.jwebthumb.WebThumb
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 |
com.commsen.jwebthumb.WebThumbError
Bug |
Category |
Details |
Line |
Unwritten field: com.commsen.jwebthumb.WebThumbError.value |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
53 |
com.commsen.jwebthumb.WebThumbJob
Bug |
Category |
Details |
Line |
Unwritten field: com.commsen.jwebthumb.WebThumbJob.id |
CORRECTNESS |
UWF_UNWRITTEN_FIELD |
90 |
com.commsen.jwebthumb.WebThumbJobStatus
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 |
com.commsen.jwebthumb.WebThumbResponse
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 |
com.commsen.jwebthumb.WebThumbStatus
Bug |
Category |
Details |
Line |
Field only ever set to null: com.commsen.jwebthumb.WebThumbStatus.value |
CORRECTNESS |
UWF_NULL_FIELD |
60 |