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

uber / NullAway / #865
93%

Build:
DEFAULT BRANCH: master
Ran 31 May 2022 08:37PM UTC
Jobs 1
Files 73
Run time 20s
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
#865

push

github-actions

web-flow
Cleanups to AccessPath representation and implementation (#603)

This cleans up how we represent the root of an access path.  Previously we used a `Root` class which contained an `Element`, with a boolean field indicating if the root was actually the receiver (`this`, which has no `Element`).  Now, we just make the root a `@Nullable Element`, with `null` representing the receiver.  Since we check our code with NullAway now this should be safe 🙂 And it's a slightly more efficient representation.

Alongside that change, clean up some of the messy logic inside `AccessPath` for access path building.  In doing this cleanup, I noticed that our streams handling didn't correctly handle cases involving a stream of `Map`s.  Not super realistic, but in any case it is fixed now and a test is added.

4770 of 5179 relevant lines covered (92.1%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #865.1 31 May 2022 08:37PM UTC 0
92.1
Source Files on build #865
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #865
  • fcf045b2 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