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

uber / NullAway / #1001
93%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2022 10:04PM UTC
Jobs 1
Files 74
Run time 9s
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
#1001

push

github-actions

web-flow
Add checks for proper JSpecify generic type instantiations (#680)

This PR adds initial checks for JSpecify generic type validity.  In particular it adds checks that for a type instantiation `Foo<@Nullable Bar>`, `Foo` is actually declared to allow a `@Nullable` type variable in that position (e.g., it is declared as `class Foo<T extends @Nullable Object>`.

These checks are only performed if a new `-XepOpt:NullAway:JSpecifyMode` configuration is enabled, and it is off by default.  We want to merge these checks to the main branch to enable easier testing by users, but we do not want them to be on by default yet, as they require further vetting on real, large repos.

5124 of 5516 relevant lines covered (92.89%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1001.1 16 Nov 2022 10:04PM UTC 0
92.89
Source Files on build #1001
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1001
  • dbf1506b 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