ErrLookup › nostra13/Android-Universal-Image-Loader
nostra13/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android. · Java · 86 source files
Analyzed at ba33ec64d0 on 2026-08-14. 45 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| cacheDir argument must be not null | validation | error | disk-cache, validation, constructor, null-check, android |
| fileNameGenerator argument must be not null | validation | error | disk-cache, validation, constructor, null-check, file-naming |
| maxSize <= 0 | validation | error | disk-cache, lru, validation, configuration, constructor |
| maxFileCount <= 0 | validation | error | disk-cache, lru, validation, configuration |
| valueCount <= 0 | validation | error | disk-cache, lru, validation, configuration |
| unexpected journal header: [{magic}, {version}, {valueCountS | exception | error | disk-cache, lru, journal, corruption, io, versioning |
| unexpected journal line: {line} | exception | error | disk-cache, lru, journal, corruption, io, parsing |
| Newly created entry didn't create value for index {i} | exception | error | disk-cache, lru, editor-lifecycle, state-machine, illegal-state |
| failed to delete {file} | exception | error | disk-cache, lru, io, filesystem, resource-leak |
| cache is closed | exception | error | disk-cache, lru, lifecycle, concurrency, illegal-state |
| keys must match regex [a-z0-9_-]{1,64}: "{key}" | validation | error | disk-cache, lru, validation, file-naming, regex |
| unexpected journal line: {strings} | exception | error | disk-cache, lru, journal, corruption, io, parsing |
| cacheDir argument must be not null | validation | error | disk-cache, lru, validation, constructor, null-check, android |
| cacheMaxSize argument must be positive number | validation | error | disk-cache, lru, validation, configuration, constructor |
| cacheMaxFileCount argument must be positive number | validation | error | disk-cache, lru, validation, configuration, constructor |
| fileNameGenerator argument must be not null | validation | error | disk-cache, lru, validation, constructor, null-check, file-naming |
| capacity <= 0 | validation | error | io, validation, utility, journal, constructor |
| Unsupported encoding | validation | error | io, validation, charset, utility, journal |
| LineReader is closed | exception | error | io, lifecycle, use-after-close, concurrency, utility |
| not a readable directory: {dir} | exception | error | disk-cache, io, filesystem, permissions, configuration |
| failed to delete file: {file} | exception | error | disk-cache, io, filesystem, multi-process, storage |
| maxSize <= 0 | validation | error | memory-cache, configuration, validation, lru |
| key == null | validation | error | memory-cache, null-safety, api-misuse |
| key == null || value == null | validation | error | memory-cache, null-safety, api-misuse |
| {className}.sizeOf() is reporting inconsistent results! | exception | critical | memory-cache, lru, invariant, subclassing, bitmap-lifecycle |
| bitmapConfig can't be null | validation | error | options, builder, null-safety, bitmap-decoding |
| decodingOptions can't be null | validation | error | options, builder, null-safety, bitmap-decoding |
| displayer can't be null | validation | error | options, builder, null-safety, displayer |
| ImageLoader configuration can not be initialized with null | validation | error | configuration, initialization, null-safety, singleton |
| Wrong arguments were passed to displayImage() method (ImageV | validation | error | api-misuse, null-safety, lifecycle, view |
| ImageLoader must be init with configuration before using | exception | error | initialization, lifecycle, singleton, api-misuse |
| memoryCacheSize must be a positive number | validation | error | configuration, memory-cache, validation |
| availableMemoryPercent must be in range (0 < % < 100) | validation | error | configuration, memory-cache, validation, percentage |
| maxCacheSize must be a positive number | validation | error | configuration, disk-cache, validation |
| maxFileCount must be a positive number | validation | error | configuration, disk-cache, validation |
| Deque full | exception | warning | deque, concurrency, capacity, internal-api |
| ImageAware should wrap ImageView. ImageViewAware is expected | validation | error | universal-image-loader, displayer, imageview, validation |
| ImageAware should wrap ImageView. ImageViewAware is expected | validation | error | universal-image-loader, displayer, rounded-corners, imageview |
| ImageAware should wrap ImageView. ImageViewAware is expected | validation | error | universal-image-loader, displayer, vignette, imageview |
| Image request failed with response code | http | error | universal-image-loader, http, network, download |
| UIL doesn't support scheme(protocol) by default [%s]. You sh | exception | error | universal-image-loader, uri-scheme, downloader, extension-point |
| URI [%1$s] doesn't have expected scheme [%2$s] | validation | error | universal-image-loader, uri-scheme, precondition, validation |
| imageSize must not be null | validation | error | universal-image-loader, imageaware, null-check, constructor |
| view must not be null | validation | error | universal-image-loader, imageaware, null-check, findviewbyid |
| ImageAware should wrap ImageView. ImageViewAware is expected | validation | error | universal-image-loader, sample, displayer, rounded-corners, legacy |