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

uber / NullAway / #991
93%

Build:
DEFAULT BRANCH: master
Ran 04 Nov 2022 05:57PM UTC
Jobs 1
Files 73
Run time 4s
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
#991

push

github-actions

web-flow
Report more unboxing errors in a single compilation (#686)

Previously, if an expression contained multiple `@Nullable` sub-expressions that were being unboxed, we would only report an error for one of them in a single compilation.  Now we report errors for all of them in a single compile.  In a few other places we may report more errors in a single run as well, e.g., for `arr[i]`, if `arr` and `i` are both `@Nullable`, we will report two errors in one run.

Note: this does _not_ change the overall set of unboxing errors that are reported on a piece code, assuming a user fixes errors as they are reported.  It just makes it so that the compiler needs to be run fewer times (ideally once in most cases) to see all the errors.

5061 of 5450 relevant lines covered (92.86%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #991.1 04 Nov 2022 05:57PM UTC 0
92.86
Source Files on build #991
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #991
  • 93d4e791 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