Fix incorrect nullness determination for type variables with mixed-nullness intersection bounds#41
Draft
Copilot wants to merge 11 commits into
Draft
Fix incorrect nullness determination for type variables with mixed-nullness intersection bounds#41Copilot wants to merge 11 commits into
Copilot wants to merge 11 commits into
Conversation
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/04ca0898-9105-46aa-bb3f-2accf3d46455 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
@nullable A & B) Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/04ca0898-9105-46aa-bb3f-2accf3d46455 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
wmdietl
May 2, 2026 03:24
View session
Copilot stopped work on behalf of
wmdietl due to an error
May 2, 2026 03:27
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/1d8d53d9-c28b-41fd-bba2-2e523e2ce7b0 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
Copilot stopped work on behalf of
wmdietl due to an error
May 2, 2026 04:12
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/59e45442-3f4d-4889-acb3-007944e8e5e0 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
…meterElement.getBounds() Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/59e45442-3f4d-4889-acb3-007944e8e5e0 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
…ured-wildcard PR) Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/b69f487a-07bc-4e88-8a86-544f177116d4 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
…handling Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/b69f487a-07bc-4e88-8a86-544f177116d4 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/b69f487a-07bc-4e88-8a86-544f177116d4 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
…handling Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/b69f487a-07bc-4e88-8a86-544f177116d4 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/b69f487a-07bc-4e88-8a86-544f177116d4 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
Agent-Logs-Url: https://github.com/eisop/jspecify-reference-checker/sessions/c2b18ea9-3720-4acb-bcb3-4ec8a61327b0 Co-authored-by: wmdietl <6699136+wmdietl@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
type.argument.type.incompatibleerrors in strict mode for wildcard type argumentsNullSpecAnnotatedTypeFactory.isNullnessSubtypefor wildcardsAnnotatedBoundsOfWildcard.java(7 unexpected errors on lines 26, 28, 32, 35, 40, 45, 46)NullnessUnspecifiedTypeParameter.java(1 unexpected error on line 34)WildcardsWithDefault.java(2 unexpected errors on lines 24, 27)