Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter Synthetic Methods in PipelineOptionsFactory #41

Closed
wants to merge 2 commits into from

Conversation

tgroh
Copy link
Member

@tgroh tgroh commented Mar 12, 2016

Fixes the testReturnTypeConflcitThrows when compiled with java 8, which inserts a bridge method which is reported as a a conflicting type (even though it is an effect of a conflicting type rather than a cause, and the user cannot change anything about it)

@tgroh
Copy link
Member Author

tgroh commented Mar 12, 2016

R: @lukecwik

void setValue(Number value);
}

private static interface SubtypeReturingOpts extends Opts {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SubtypeReturingOpts -> SubtypeReturningOptions

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@lukecwik
Copy link
Member

Add a comment to PipelineOptions / PipelineOptionsFactory stating that we don't support java8's default methods.

Opts -> Options for all class declarations

Add a note that the value of a default method is ignored.
@asfgit asfgit closed this in f7aaee2 Mar 20, 2016
davorbonaci added a commit to GoogleCloudPlatform/DataflowJavaSDK that referenced this pull request Mar 25, 2016
aljoscha pushed a commit to aljoscha/beam that referenced this pull request Mar 28, 2018
Use character replacement instead of regex for artifact flattening
tvalentyn pushed a commit to tvalentyn/beam that referenced this pull request May 15, 2018
mynameborat referenced this pull request in mynameborat/beam Aug 2, 2022
* Suppress RandomModInteger Warnings

Suppress RandomModInteger warnings since we are looking for a 1/n chance of being 0 as expected.
https://errorprone.info/bugpattern/RandomModInteger

* Increase Version
sjvanrossum pushed a commit to sjvanrossum/beam that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants