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

uber / NullAway / #843
93%

Build:
DEFAULT BRANCH: master
Ran 07 May 2022 07:35PM UTC
Jobs 1
Files 73
Run time 5s
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
#843

push

github-actions

web-flow
Allow zero-argument static method calls to be the root of an access path (#596)

This allows code like `if (System.console() != null) { System.console().readLine() }` to typecheck without storing `System.console()` in a local variable.  The treatment is unsound in principle, but we believe will rarely introduce unsoundness in practice.  (We have a similar unsoundness for zero-argument (ignoring the receiver) instance methods, which we assume are getters.)

4795 of 5207 relevant lines covered (92.09%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #843.1 07 May 2022 07:35PM UTC 0
92.09
Source Files on build #843
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #843
  • 611bef03 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