The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
1 | 3 | 0 | 0 |
Class | Bugs |
---|---|
de.onyxbits.giftedmotion.PatchedGIFImageReader | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
de.onyxbits.giftedmotion.PatchedGIFImageReader.locateImage(int) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead | PERFORMANCE | DM_NUMBER_CTOR | 566 | Medium |
Useless object stored in variable bitsPerSample of method de.onyxbits.giftedmotion.PatchedGIFImageReader.getImageTypes(int) | STYLE | UC_USELESS_OBJECT | 232 | Medium |
Unread field: de.onyxbits.giftedmotion.PatchedGIFImageReader.imageMetadataLength | PERFORMANCE | URF_UNREAD_FIELD | 637 | Medium |