Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Invalid
-
None
Description
Java ErrorProne static analysis was recently enabled in the Gradle build process, but only as warnings. ErrorProne errors are generally useful and easy to fix. Some work was done to make sdks-java-core ErrorProne-clean and add enforcement. This task is clean ErrorProne warnings and add enforcement in beam-model-fn-execution. Additional context discussed on the dev list.
Fixing this issue will involve:
- Follow instructions in the Contribution Guide to set up a beam development environment.
- Run the following command to compile and run ErrorProne analysis on the project: ./gradlew :beam-model-fn-execution:assemble
- Fix each ErrorProne warning from the examples/java project.
- In model/fn-execution/build.gradle, add failOnWarning: true to the call the applyJavaNature() (example).
This starter issue is sponsored by swegner. Feel free to reach out with questions or code review:
- JIRA: swegner
- GitHub: @swegner
- Slack: @Scott Wegner
- Email: swegner at google dot com