Skip to content

fix(android_intent_plus): Suppress unchecked cast warnings in MethodCallHandlerImpl#3937

Merged
vbuberen merged 1 commit into
mainfrom
fix/android-intent-plus-unchecked-warnings
Jul 23, 2026
Merged

fix(android_intent_plus): Suppress unchecked cast warnings in MethodCallHandlerImpl#3937
vbuberen merged 1 commit into
mainfrom
fix/android-intent-plus-unchecked-warnings

Conversation

@vbuberen

Copy link
Copy Markdown
Collaborator

Closes #3828

…allHandlerImpl

MethodChannel argument parsing inherently relies on unchecked casts from
Object to parameterized types; each site is already validated at runtime
by isTypedArrayList/isStringKeyedMap before the cast.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@vbuberen
vbuberen merged commit 6b77077 into main Jul 23, 2026
12 checks passed
@vbuberen
vbuberen deleted the fix/android-intent-plus-unchecked-warnings branch July 23, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Compile]: Uses unchecked or unsafe operations

1 participant