You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/25 14:50:01 UTC

[jira] [Work logged] (BEAM-4308) Enforce ErrorProne analysis in runners-core project

     [ https://issues.apache.org/jira/browse/BEAM-4308?focusedWorklogId=105931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-105931 ]

ASF GitHub Bot logged work on BEAM-4308:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/May/18 14:50
            Start Date: 25/May/18 14:50
    Worklog Time Spent: 10m 
      Work Description: iemejia opened a new pull request #5484: [BEAM-4308] Enforce ErrorProne analysis in runners-core-java
URL: https://github.com/apache/beam/pull/5484
 
 
   R: @kennknowles 

----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 105931)
            Time Spent: 10m
    Remaining Estimate: 0h

> Enforce ErrorProne analysis in runners-core project
> ---------------------------------------------------
>
>                 Key: BEAM-4308
>                 URL: https://issues.apache.org/jira/browse/BEAM-4308
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-core
>            Reporter: Scott Wegner
>            Assignee: Ismaël Mejía
>            Priority: Minor
>              Labels: errorprone, starter
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Java ErrorProne static analysis was [recently enabled|https://github.com/apache/beam/pull/5161] 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|https://github.com/apache/beam/pull/5319] and add enforcement. This task is clean ErrorProne warnings and add enforcement in {{beam-runners-core-java}}. Additional context discussed on the [dev list|https://lists.apache.org/thread.html/95aae2785c3cd728c2d3378cbdff2a7ba19caffcd4faa2049d2e2f46@%3Cdev.beam.apache.org%3E].
> Fixing this issue will involve:
> # Follow instructions in the [Contribution Guide|https://beam.apache.org/contribute/] to set up a {{beam}} development environment.
> # Run the following command to compile and run ErrorProne analysis on the project: {{./gradlew :beam-runners-core-java:assemble}}
> # Fix each ErrorProne warning from the {{runners/core}} project.
> # In {{runners/core/build.gradle}}, add {{failOnWarning: true}} to the call the {{applyJavaNature()}} ([example|https://github.com/apache/beam/pull/5319/files#diff-9390c20635aed5f42f83b97506a87333R20]).
> This starter issue is sponsored by [~swegner]. Feel free to [reach out|https://beam.apache.org/community/contact-us/] with questions or code review:
> * JIRA: [~swegner]
> * GitHub: [@swegner|https://github.com/swegner]
> * Slack: [@Scott Wegner|https://s.apache.org/beam-slack-channel]
> * Email: swegner at google dot com



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)