ErrLookup › permissions-dispatcher/PermissionsDispatcher

permissions-dispatcher/PermissionsDispatcher

A declarative API to handle Android runtime permissions. · Java · 56 source files

Analyzed at 74b532bf1f on 2026-09-08. 11 documented errors.

Code / MessageTypeSeverityTags
'${TypeName.get(type)}' can't be annotated with '@RuntimePer
exception error kotlin, annotation-processor, permissionsdispatcher
$value is duplicated in '${e.simpleString()}()' annotated wi
validation error kotlin, annotation-processor, duplicate
'@NeverAskAgain' annotated method never being called with 'W
validation error kotlin, annotation-processor, android-permissions, neveraskagain
Method '${e.simpleString()}()' defines '$permissionName' wit
validation error kotlin, annotation-processor, permissions
'${e.simpleString()}()' has duplicated '@NeedsPermission' me
validation error kotlin, annotation-processor, duplicate-method, compile-time
Method '${e.simpleString()}()' annotated with '@${annotation
validation error kotlin, annotation-processor, visibility
Annotated class '${rpe.inputClassName}' doesn't have any met
validation error kotlin, annotation-processor, empty
Method '${e.simpleString()}()' must has less than or equal t
validation error kotlin, annotation-processor, parameters
Method '${e.simpleString()}()' must not have any 'throws' de
validation error kotlin, annotation-processor, throws
Method '${e.simpleString()}()' must specify return type 'voi
validation error kotlin, annotation-processor, return-type
Method '${e.simpleString()}()' must not have any parameters
validation error kotlin, annotation-processor, parameters