[
https://issues.apache.org/jira/browse/BEAM-3697?focusedWorklogId=96744&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-96744
]
ASF GitHub Bot logged work on BEAM-3697:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Apr/18 16:19
Start Date: 30/Apr/18 16:19
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #5161:
[BEAM-3697] Add errorprone to Gradle build
URL: https://github.com/apache/beam/pull/5161#discussion_r185035606
##########
File path:
examples/java/src/test/java/org/apache/beam/examples/subprocess/ExampleEchoPipelineTest.java
##########
@@ -124,7 +122,7 @@
/**
* Simple DoFn that echos the element, used as an example of running a C++
library.
*/
- @SuppressWarnings("serial") @RunWith(JUnit4.class) public static class
EchoInputDoFn
Review comment:
It seems like the @RunWith should be on the outer class.
And if it doesn't work, we should mark it with @Ignore("BEAM-2871")
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 96744)
Time Spent: 3h 40m (was: 3.5h)
> Add errorprone to gradle builds
> -------------------------------
>
> Key: BEAM-3697
> URL: https://issues.apache.org/jira/browse/BEAM-3697
> Project: Beam
> Issue Type: Sub-task
> Components: build-system
> Reporter: Eugene Kirpichov
> Assignee: Kenneth Knowles
> Priority: Major
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> [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)