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

uber / NullAway / #843 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 07 May 2022 07:35PM UTC
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

07 May 2022 07:32PM UTC coverage: 92.088% (+0.03%) from 92.059%
#843.1

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

Source Files on job #843.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 843
  • 611bef03 on github
  • Prev Job for on master (##839.1)
  • Next Job for on master (##845.1)
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