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

uber / NullAway / #998
93%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2022 07:16PM UTC
Jobs 1
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

pending completion
#998

push

github-actions

web-flow
Fix serialization field region computation bug fix (#689)

This PR fixes a bug in field region computation. The bug is in the computation of region for fields initialized through chain of  member selects. Please see the example below:

```java
class C{
  @Nullable Object val;
}
class B{
   C c = new C();
}
class A {
    B b = new B();
    Object f = b.c.val;
}
```

For expression `Object f = b.c.val;` which causes an `ASSIGN_NULLABLE` error (`val` is `@Nullable`) the computed region is `null`. This PR resolves this bug by correctly computing the region and setting `f` as the region where the error is reported.

5081 of 5469 relevant lines covered (92.91%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #998.1 14 Nov 2022 07:16PM UTC 0
92.91
Source Files on build #998
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #998
  • b8dde697 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