Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Conversation

@drichelson
Copy link
Contributor

Add support for debugStreaming config param. Add null check in Variation.equals()

Variation<?> variation = (Variation<?>) o;

if (weight != variation.weight) return false;
if (!value.equals(variation.value)) return false;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I deleted the old equals() and hashCode() methods and told IntelliJ to autogen new ones with null checking.

@pkaeding
Copy link
Contributor

lgtm
👍
looks good to me
merge away
I approve
canned replies are great.

@drichelson drichelson merged commit adceb4a into master Apr 11, 2016
@drichelson drichelson deleted the dr/VariationNullCheck branch April 11, 2016 18:45
eli-darkly added a commit that referenced this pull request Feb 21, 2018
minor cleanup & extra test coverage for segments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants