Error-prone patching cannot be used in bazel
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
Bazel's Error-Prone plugin currently supports only analysis. Attemps to add patching are blocked due to non-public access to necessary methods: https://github.com/bazelbuild/bazel/pull/21640.
This PR makes the error-prone patching API public: https://github.com/google/error-prone/pull/4318
Contributor guide
Assessment
This issue has not been assessed yet.