ErrLookup › bumptech/glide
bumptech/glide
An image loading and caching library for Android focused on smooth scrolling · Java · 433 source files
Analyzed at eb14a895d8 on 2026-08-14. 96 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Constructor for {} accepts too many parameters, it should ac | exception | error | glide, annotation-processing, appglidemodule, constructor |
| Unrecognized type: {} | exception | error | glide, annotation-processing, appglidemodule, constructor, context |
| You cannot have more than one AppGlideModule, found: {} | exception | error | glide, annotation-processing, appglidemodule, duplicate |
| Cannot process annotations after writing AppGlideModule | exception | error | glide, annotation-processing, processor-rounds, internal |
| RequestOptionsExtensions must be public, including: {} | exception | error | glide, annotation-processing, glideextension, visibility |
| RequestOptionsExtensions must be public, with private constr | exception | error | glide, annotation-processing, glideextension, constructor, visibility |
| RequestOptionsExtensions must be public, with private constr | exception | error | glide, annotation-processing, glideextension, constructor |
| @GlideOption methods should return a BaseRequestOptions<?> o | exception | error | glide, annotation-processing, glideoption, return-type |
| @GlideOption methods must take a BaseRequestOptions<?> objec | exception | error | glide, annotation-processing, glideoption, parameters |
| @GlideOption methods must take a BaseRequestOptions<?> objec | exception | error | glide, annotation-processing, glideoption, parameters, return-type |
| Accidentally attempting to override a method in BaseRequestO | exception | error | glide, annotation-processing, glideoption, override |
| Requested to override an existing method in BaseRequestOptio | exception | error | glide, annotation-processing, glideoption, override |
| @GlideType methods should return a RequestBuilder<{}> object | exception | error | glide, annotation-processing, glidetype, return-type |
| @GlideType methods must take a RequestBuilder object as thei | exception | error | glide, annotation-processing, glidetype, parameters |
| @GlideType methods must take a RequestBuilder object as thei | exception | error | glide, annotation-processing, glidetype, parameters |
| Unrecognized type: {} | exception | error | glide, annotation-processing, indexer, internal |
| Given both modules and extensions, expected one or the other | exception | error | glide, annotation-processing, indexer, internal |
| Unrecognized annotation: {} | exception | error | glide, annotation-processing, indexer, internal |
| @GlideModule can only be applied to LibraryGlideModule and A | exception | error | glide, annotation-processing, glidemodule, inheritance |
| Expected single value, but found: {} | exception | error | glide, annotation-processing, excludes, annotation-value, internal |
| Failed to find value for: {} from mirrors: {} | exception | error | annotation-processor, compile-time, glide-compiler, java |
| Unresolved class type in annotation: {} | exception | error | annotation-processor, compile-time, classpath, type-resolution, java |
| The {} method annotated with @GlideOption in the {} @GlideEx | exception | error | annotation-processor, compile-time, glideoption, glideextension, migration |
| Unrecognized static method name: {} | exception | error | annotation-processor, compile-time, version-mismatch, glide-compiler |
| Expected non-empty parameters for: {} | exception | error | annotation-processor, compile-time, glideoption, glideextension, api-contract |
| This BufferQueue has already been consumed | exception | error | cronet, integration, runtime, double-consume, buffer |
| Cannot call evictOnWorkThread on thread: {} | exception | error | sqljournaldiskcache, integration, threading, looper, runtime |
| Failed to find entries to evict. | exception | error | sqljournaldiskcache, integration, eviction, journal, corruption, runtime |
| Size mismatch, expected to be able to evict at least {} byte | exception | error | sqljournaldiskcache, integration, journal, lru, size-mismatch, corruption, runtime |
| Failed to delete entry, key: {}, size: {}, actually deleted: | exception | error | sqljournaldiskcache, integration, journal, delete, race-condition, corruption, runtime |
| Failed to create cache directory: {} | exception | error | sqljournaldiskcache, integration, filesystem, permissions, storage, runtime |
| Cannot run recovery on a thread other than the work thread! | exception | error | sqljournaldiskcache, integration, threading, looper, recovery, runtime |
| Glide has been called recursively, this is probably an inter | exception | critical | glide-core, initialization, recursion, runtime, glidemodule |
| GeneratedAppGlideModuleImpl is implemented incorrectly. If y | exception | critical | glide-core, initialization, annotation-processor, proguard, glidemodule, runtime |
| Cannot register already registered manager | exception | error | glide-core, requestmanager, lifecycle, registration, runtime |
| Cannot unregister not yet registered manager | exception | error | glide-core, requestmanager, lifecycle, registration, runtime |
| Log level must be one of Log.VERBOSE, Log.DEBUG, Log.INFO, L | exception | error | glide-core, configuration, logging, validation, runtime |
| Failed to find result encoder for resource class: {}, you ma | exception | error | glide-core, registry, encoder, disk-cache, custom-resource, runtime |
| Failed to find source encoder for data class: {dataClass} | exception | error | glide-core, registry, encoder, disk-cache, custom-data, runtime |
| Failed to find image header parser. | exception | error | glide-core, registry, image-header-parser, decoder, configuration, runtime |
| Recursive Registry initialization! In your AppGlideModule an | exception | error | glide, registry, initialization, recursion |
| Attempting to register a Glide v3 module. If you see this, y | exception | error | glide, version-conflict, glide-v3, dependency |
| sizeMultiplier must be between 0 and 1 | validation | error | glide, thumbnail, validation, deprecated |
| You must call #load() before calling #into() | validation | error | glide, request-builder, api-misuse, load |
| You cannot use a request as both the main request and a thum | exception | error | glide, thumbnail, request-builder, recursion |
| MultiTransformation must contain at least one Transformation | validation | error | glide, transformation, validation, varargs |
| FileDescriptor is null for: {uri} | exception | error | glide, uri, content-resolver, file-not-found |
| Cannot add invalid orientation: {orientation} | validation | error | glide, exif, orientation, validation |
| FileDescriptor is null for: {uri} | exception | error | glide, uri, content-resolver, file-not-found |
| Failed to connect or obtain data | http | error | glide, http, connection, network |
| Received empty or null redirect url | http | error | glide, http, redirect, network |
| Bad redirect url: {redirectUrlString} | http | error | glide, http, redirect, network |
| Http request failed | http | error | glide, http, network, status-code |
| Failed to get a response message | http | warning | glide, http, network, io |
| Failed to obtain InputStream | http | error | glide, http, stream, network |
| InputStream is null for {uri} | exception | error | glide, uri, content-resolver, file-not-found |
| Contact cannot be found | exception | warning | glide, contacts, uri, file-not-found |
| Cannot apply transformation on width: {outWidth} or height: | validation | error | bitmap, transformation, dimensions, validation, android |
| Cannot scale with factor: {exactScaleFactor} from: {downsamp | validation | error | downsample, decode, dimensions, bitmap, android |
| Cannot round with null rounding | validation | error | downsample, decode, strategy, bitmap, android |
| Unable to convert {drawable} to a Bitmap | exception | error | drawable, bitmap, transformation, android |
| BufferedInputStream is closed | exception | error | stream, io, lifecycle, android |
| Stream is closed | exception | error | stream, io, lifecycle, android |
| Mark has been invalidated, pos: {pos} markLimit: {marklimit} | exception | error | stream, io, mark-reset, android |
| Requested frame must be non-negative, or DEFAULT_FRAME, give | validation | error | video, decoder, validation, android |
| Cannot decode VP8 video on CrOS. | exception | error | video, chromeos, vp8, device-specific, android |
| Received unexpected drawable type for animated image, failin | exception | error | animated, webp, avif, imagedecoder, android |
| Received unexpected drawable type for animated webp, failing | exception | error | animated, webp, imagedecoder, android |
| Package name for {source} is null or empty | exception | error | uri, drawable, resource, validation, android |
| Failed to obtain context or unrecognized Uri format for: {so | exception | error | uri, drawable, package, context, android |
| Unrecognized Uri format: {source} | validation | error | uri, drawable, resource, validation, android |
| Failed to find resource id for: {source} | exception | error | uri, drawable, resource, validation, android |
| Loop count must be greater than 0, or equal to GlideDrawable | validation | error | gif, drawable, validation, android |
| No transcoder registered to transcode from {resourceClass} t | exception | error | transcoder, registry, configuration, android |
| You cannot start a load on a null Context | validation | error | context, requestmanager, null-safety, lifecycle, android |
| You cannot start a load for a destroyed activity | validation | error | activity, lifecycle, requestmanager, android |
| You cannot start a load on a fragment before it is attached | validation | error | android, lifecycle, fragment, deprecated, glide |
| Unable to find GlideModule implementation | exception | error | android, glide, manifest, reflection, proguard, deprecated |
| Expected instanceof GlideModule, but found: {module} | exception | error | android, glide, manifest, reflection, type-mismatch |
| Unable to instantiate GlideModule implementation for {clazz} | exception | error | android, glide, manifest, reflection, constructor, proguard |
| sizeMultiplier must be between 0 and 1 | validation | error | android, glide, validation, range-check, request-options |
| You cannot auto lock an already locked options object, try c | validation | error | android, glide, immutability, state-machine, request-options |
| You cannot modify locked T, consider clone() | exception | error | android, glide, immutability, state-machine, request-options |
| Cannot restart a running request | validation | error | android, glide, lifecycle, request, recyclerview |
| You can't start or clear loads in RequestListener or Target | exception | error | android, glide, callbacks, concurrency, reentrancy, lifecycle |
| File too large to map into memory | exception | error | android, glide, io, memory, file-size |
| File unsuitable for memory mapping | exception | error | android, glide, io, validation, empty-file |
| Cannot reset to unset mark position | exception | error | android, glide, io, stream, decoder |
| Failed to read all expected data, expected: {contentLength}, | exception | error | android, glide, network, io, truncation, content-length |
| Multiplier must be >= 0 | validation | error | android, glide, cache, validation, range-check |
| Must not be null or empty | validation | error | android, glide, validation, null-check, preconditions |
| Must not be empty. | validation | error | android, glide, validation, empty-check, preconditions |
| Cannot obtain size for recycled Bitmap: {bitmap}[{width}x{he | exception | error | android, glide, bitmap, recycling, bitmap-pool |
| You must call this method on the main thread | validation | error | android, glide, threading, main-thread, concurrency |
| You must call this method on a background thread | validation | error | android, glide, threading, background-thread, concurrency |
| Already released | exception | error | android, glide, object-pool, lifecycle, recycling, state-machine |