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

uber / NullAway / #839
93%

Build:
DEFAULT BRANCH: master
Ran 05 May 2022 07:20PM UTC
Jobs 1
Files 73
Run time 15s
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
#839

push

github-actions

web-flow
Using flatNames for LocalType/Anonymous classes in fix serialization (#592)

Unfortunately, `Symbol.toString()` and even `Symbol.getEnclosingElement()` produce
unqualified names when dealing with local types (e.g. class declarations within methods).
That causes a problem for the NullAwayInfer injector, which will fail to parse any enclosing
classes without at least a package name. We fix it by using flat names (`flatName()`) instead,
which are unique for anonymous inner classes and local classes at any level of nesting.

This change will require a corresponding change on the auto-annotator to add logic to find
such classes by their flat name (e.g. `Foo$3` or `Foo$1Bar$1Baz`).

4788 of 5201 relevant lines covered (92.06%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #839.1 05 May 2022 07:20PM UTC 0
92.06
Source Files on build #839
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #839
  • fdd74605 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