[
https://issues.apache.org/jira/browse/BEAM-4556?focusedWorklogId=116156&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116156
]
ASF GitHub Bot logged work on BEAM-4556:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jun/18 21:26
Start Date: 26/Jun/18 21:26
Worklog Time Spent: 10m
Work Description: swegner opened a new pull request #5772: [BEAM-4556]
Update Findbugs annotations dependency to version with SuppressFBWarnings
URL: https://github.com/apache/beam/pull/5772
FindBugs annotations are a mess. We want to eventually deprecate our own
usage of FindBugs, but we still need to deal with the annotations
because our dependencies (notable byte-buddy) use the annotations
without providing the dependency. This causes compile warnings such as:
byte-buddy-1.8.11.jar(/net/bytebuddy/description/type/TypeList.class):
warning: Cannot find annotation method 'value()' in type
'SuppressFBWarnings':
class file for edu.umd.cs.findbugs.annotations.SuppressFBWarnings not found
To fix these warnings, we need to include a findbugs-annotations
dependency during compile which includes the SuppressFBWarnings
annotation. The dependency options we currently have are:
* com.google.code.findbugs:annotations:3.0.1
* Includes @SuppressFBWarnings, but licensed under LGPL
* com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1
* Licensed under Apache 2.0, but doesn't include @SuppressFBWarnings
It is ok to use LGPL components during the build, as long as
they don't make it into the distribution. See:
* https://www.apache.org/legal/resolved.html#prohibited
* https://www.apache.org/legal/resolved.html#optional
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Spark
--- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
| --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
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: 116156)
Time Spent: 10m
Remaining Estimate: 0h
> Enforce ErrorProne analysis in sdks-java-core project
> -----------------------------------------------------
>
> Key: BEAM-4556
> URL: https://issues.apache.org/jira/browse/BEAM-4556
> Project: Beam
> Issue Type: Improvement
> Components: runner-direct
> Reporter: Scott Wegner
> Assignee: Scott Wegner
> 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, but for unrelated reasons the {{failOnWarning}} setting needed
> to be reverted. This task is clean ErrorProne warnings and add enforcement in
> {{beam-sdks-java-core}}. 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-sdks-java-core:assemble}}
> # Fix each ErrorProne warning from the {{sdks/java/core}} project.
> # In {{sdks/java/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)