• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uber / NullAway / #479
93%

Build:
DEFAULT BRANCH: master
Ran 23 Feb 2021 01:11AM UTC
Jobs 1
Files 42
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#479

push

github-actions

web-flow
Ignore library models return nullability on first-party code. (#446)

By definition, library models are designed to handle third-party
libraries. However, as currently implemented, a library model
indicating an `@Nullable` return will apply to all subtypes of
the type in the model, including those in first-party code.
This change fixes that, ignoring library models information
whenever code is marked as unannotated.

See #445 for a discussion.

Generally, the principle behind this is that a method in
"annotated" code without an `@Nullable` annotation should
never magically just be considered to return `@Nullable`
implicitly, which is what the current/previous behavior
regarding library models did.

3462 of 3883 relevant lines covered (89.16%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #479.1 23 Feb 2021 01:11AM UTC 0
89.16
Source Files on build #479
Detailed source file information is not available for this build.
  • Back to Repo
  • 998ba05d on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc