Skip to content
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

Fix bugs in reading varargs annotations from bytecodes #1055

Merged
merged 22 commits into from
Oct 14, 2024

fix handling of restrictive @NonNull type use annotation on varargs a…

f30299a
Select commit
Loading
Failed to load commit list.
Merged

Fix bugs in reading varargs annotations from bytecodes #1055

fix handling of restrictive @NonNull type use annotation on varargs a…
f30299a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 14, 2024 in 0s

75.67% of diff hit (target 87.61%)

View this Pull Request on Codecov

75.67% of diff hit (target 87.61%)

Annotations

Check warning on line 371 in nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java#L371

Added line #L371 was not covered by tests

Check warning on line 373 in nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java#L373

Added line #L373 was not covered by tests

Check warning on line 588 in nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

nullaway/src/main/java/com/uber/nullaway/NullabilityUtil.java#L588

Added line #L588 was not covered by tests