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

uber / NullAway / #581
93%

Build:
DEFAULT BRANCH: master
Ran 15 Oct 2021 04:27PM UTC
Jobs 1
Files 42
Run time 8s
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
#581

push

github-actions

web-flow
Support methods taking compile-time constant fields in Access Paths. (#504)

This builds upon PR #285 by adding support to code like:

```
if (x.get(ZERO) != null && x.get(ZERO).foo() != null) {
   return x.get(ZERO).foo().bar();
}
```

Where `ZERO` is a compile-time evaluated constant. That is,
a `static final` variable or field of primitive or string type.

3505 of 3930 relevant lines covered (89.19%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #581.1 15 Oct 2021 04:27PM UTC 0
89.19
Source Files on build #581
Detailed source file information is not available for this build.
  • Back to Repo
  • 39a92c62 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