-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Generics causes: java.lang.RuntimeException: Number of types arguments in Foo.Supplier<java.lang.Object> does not match Foo.Supplier #1151
Comments
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
Feb 27, 2025
And add missing generics to SupplierUtils, which was causing NullAway to crash. Filed: uber/NullAway#1151 Bug: 389129271 Change-Id: Ic6f9dadc64a6d3c41e9ace7f62d3a7af4b870717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6305604 Auto-Submit: Andrew Grieve <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Reviewed-by: Henrique Nakashima <[email protected]> Owners-Override: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1425903}
github-actions bot
pushed a commit
to kaidokert/chrome_base_mirror
that referenced
this issue
Mar 1, 2025
And add missing generics to SupplierUtils, which was causing NullAway to crash. Filed: uber/NullAway#1151 Bug: 389129271 Change-Id: Ic6f9dadc64a6d3c41e9ace7f62d3a7af4b870717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6305604 Auto-Submit: Andrew Grieve <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Reviewed-by: Henrique Nakashima <[email protected]> Owners-Override: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1425903} NOKEYCHECK=True GitOrigin-RevId: c6127d1d1bdfe2c7a115295bdbb4c717ff23b50f
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
Mar 6, 2025
Includes fixes to warnings introduced by the change. Main fixes are: uber/NullAway#1126 uber/NullAway#1139 uber/NullAway#1148 uber/NullAway#1151 No-try due to flaky optional windows bot. No-Try: true Bug: 389129271 Change-Id: Ia2abd8482ffabba7885b616048996f97da856b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6325293 Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Owners-Override: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1429012}
github-actions bot
pushed a commit
to kaidokert/chrome_base_mirror
that referenced
this issue
Mar 7, 2025
Includes fixes to warnings introduced by the change. Main fixes are: uber/NullAway#1126 uber/NullAway#1139 uber/NullAway#1148 uber/NullAway#1151 No-try due to flaky optional windows bot. No-Try: true Bug: 389129271 Change-Id: Ia2abd8482ffabba7885b616048996f97da856b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6325293 Reviewed-by: Mohamed Heikal <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Owners-Override: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1429012} NOKEYCHECK=True GitOrigin-RevId: 4c17934359abc12d6cf5aef20a073285a25a2d50
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to repro:
Changing
waitForAll
to useSupplier<?>
rather thanSupplier
fixes the crash.Contents of:
/tmp/javac.20250226_162924.args
:The text was updated successfully, but these errors were encountered: