Eugene Kirpichov created BEAM-3697:
--------------------------------------
Summary: Add errorprone to maven and gradle builds
Key: BEAM-3697
URL: https://issues.apache.org/jira/browse/BEAM-3697
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Eugene Kirpichov
Assignee: Davor Bonaci
[http://errorprone.info/] is a good static checker that covers a number of bugs
not covered by FindBugs or Checkstyle. We use it internally at Google and, when
run on the Beam codebase, it occasionally uncovers issues missed during PR
review process.
It has Maven and Gradle plugins:
[http://errorprone.info/docs/installation]
[https://github.com/tbroyer/gradle-errorprone-plugin]
It would be good to integrate it into our Maven and Gradle builds.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)