ErrLookup › greenrobot/EventBus

greenrobot/EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. · Java · 65 source files

Analyzed at 0194926b3b on 2026-08-14. 18 documented errors.

Code / MessageTypeSeverityTags
It looks like you are using EventBus on Android, make sure t
exception critical eventbus, android, dependencies, classpath, setup
Subscriber ${subscriber.getClass()} already registered to ev
exception error eventbus, lifecycle, double-registration, android
This method may only be called from inside event handling me
exception error eventbus, cancellation, threading, threadmode
Event may not be null
exception error eventbus, null-check, cancellation, validation
Only the currently handled event may be aborted
exception error eventbus, cancellation, identity, validation
event handlers may only abort the incoming event
exception error eventbus, cancellation, threadmode, threading
Unexpected exception
exception error eventbus, reflection, proguard, obfuscation, android
Invoking subscriber failed
exception error eventbus, subscriber-exception, fail-fast, configuration
Default instance already exists. It may be only set once bef
exception error eventbus, singleton, initialization, configuration
Subscriber ${subscriberClass} and its super classes have no
exception error eventbus, annotation, proguard, registration
Could not inspect methods of ${clazz.getName()}. Please make
exception error eventbus, reflection, classpath, noclassdeffounderror, annotation-processor
@Subscribe method ${methodName}must have exactly 1 parameter
exception error eventbus, annotation, method-signature, validation
${methodName} is a illegal @Subscribe method: must be public
exception error eventbus, annotation, visibility, method-modifiers, validation
Could not find subscriber method in ${subscriberClass}. Mayb
exception error eventbus, subscriber-index, proguard, obfuscation, android, release-build
Failure event class must have a constructor with one paramet
exception error eventbus, asyncexecutor, constructor, failure-event, util
Could not create failure event
exception error eventbus, asyncexecutor, reflection, failure-event, runtime
Could not write source for ${index}
exception error eventbus, annotation-processor, build, io, kapt
Could not send handler message
exception error eventbus, android, looper, handler, main-thread, teardown