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

uber / NullAway / #889
93%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2022 06:44PM UTC
Jobs 1
Files 74
Run time 7s
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
#889

push

github-actions

web-flow
Remove method parameter protection analysis (#622)

This PR removes the method parameter protection feature from NullAway. This feature enables us to make `NullAway` to assume all method parameters at given index are `@Nullable` while processing the method bodies.  However, this feature is not used by the other tool ([Annotator](https://github.com/nimakarimipour/NullAwayAnnotator)) which had the first motivation toward implementing this feature.

In previous versions of [Annotator](https://github.com/nimakarimipour/NullAwayAnnotator), processing of method parameters was performed in a different manner compared to all other code locations and was using this specific feature. However, in every version upper that `1.3.0-LOCAL` this feature is not used anymore.

After this PR the following entity will be removed from the config `.xml` file:
```xml
<paramTest "active": boolean, "index": i> 
```

4827 of 5221 relevant lines covered (92.45%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #889.1 11 Jul 2022 06:44PM UTC 0
92.45
Source Files on build #889
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #889
  • 58029f8f 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