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

uber / NullAway / #889 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2022 06:44PM UTC
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

11 Jul 2022 06:41PM UTC coverage: 92.454% (-0.1%) from 92.552%
#889.1

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

Source Files on job #889.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 889
  • 58029f8f on github
  • Prev Job for on master (##888.1)
  • Next Job for on master (##890.1)
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