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

uber / NullAway / #890
93%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2022 08:02PM UTC
Jobs 1
Files 73
Run time 12s
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
#890

push

github-actions

web-flow
Remove nullable annotation configuration in fix serialization. (#621)

Following GH-517 If `serializeFixMetadata` is active, `NullAway` will serialize suggested type changes (currently just adding `@Nullable`). In the `FixSerializationConfig` file we can set a custom annotation that `NullAway` will use in the output serializations. 

However, this process can be simplified by just asking `NullAway` to serialize type change locations with a default annotation name, any tool processing this output can use their own preferred annotation.

After this PR the following entity will be removed from the config `.xml` file:
```xml
<annotation>
       <nonnull> ... </nonnull>
       <nullable> ... </nullable>
</annotation
```
And a sample out below:
```
Field bar of Foo, ASSIGN_FIELD_NULLABLE, @Nullable
```

Will be changed to simply:
```
Field bar of Foo, ASSIGN_FIELD_NULLABLE, nullable
```

4787 of 5178 relevant lines covered (92.45%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #890.1 14 Jul 2022 08:02PM UTC 0
92.45
Source Files on build #890
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #890
  • 2198833a 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