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

uber / NullAway / #1064
93%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2023 06:53PM UTC
Jobs 1
Files 78
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
#1064

push

github-actions

web-flow
Add JSpecify checking for return statements (#734)

For JSpecify, this pull request adds a check that the type parameter nullability of the return type of the method matches the type of any returned expression.  For example:
```
static A<@Nullable String> test() {
  return new A<String>();
}
```
For the method return type, the type parameter is `@Nullable String`, but the type of the type parameter of the returned expression is `@NonNull String`. NullAway will now report an error here.

5428 of 5827 relevant lines covered (93.15%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1064.1 22 Feb 2023 06:53PM UTC 0
93.15
Source Files on build #1064
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1064
  • 1548c69a 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