Closed Picnic-DevPla-Bot closed 4 months ago
Suggested commit message:
Upgrade NullAway 0.10.26 -> 0.11.0 (#1204)
See:
- https://github.com/uber/NullAway/blob/master/CHANGELOG.md
- https://github.com/uber/NullAway/releases/tag/v0.11.0
- https://github.com/uber/NullAway/compare/v0.10.26...v0.11.0
Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
This PR contains the following updates:
0.10.26
->0.11.0
0.10.26
->0.11.0
Release Notes
uber/NullAway (NullAway)
### [`v0.11.0`](https://togithub.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-0110) [Compare Source](https://togithub.com/uber/NullAway/compare/v0.10.26...v0.11.0) IMPORTANT: Support for JDK 8 is dropped and NullAway now requires 2.14.0 or higher. - Delete OptionalEmptinessHandler method that is no longer needed ([#954](https://togithub.com/uber/NullAway/issues/954)) - Refactor PreservedAnnotationTreeVisitor ([#955](https://togithub.com/uber/NullAway/issues/955)) - Update to Error Prone 2.27.1 ([#957](https://togithub.com/uber/NullAway/issues/957)) - JSpecify subtyping checks for arrays ([#956](https://togithub.com/uber/NullAway/issues/956)) - Bump to Checker Framework 3.43.0 ([#959](https://togithub.com/uber/NullAway/issues/959)) - Drop Java 8 support ([#961](https://togithub.com/uber/NullAway/issues/961))