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

Another fix for OFGroup.java #398

Merged
merged 1 commit into from
May 14, 2015
Merged

Conversation

rizard
Copy link
Contributor

@rizard rizard commented May 14, 2015

Reviewer: @rlane

Well, that introduced another subtle bug. Using "new OFGroup(ZERO_VAL)" instead of "OFGroup.of(ZERO_VAL)" is the correct way to instantiate the ZERO object. It's null otherwise, which makes sense.

… instead of OFGroup.of(ZERO_VAL) works. It's null otherwise, which makes sense.
@rlane
Copy link
Contributor

rlane commented May 14, 2015

@Sovietaced please take a look.

@Sovietaced
Copy link
Contributor

That would explain the NPE on the builder. thanks @rizard

@bsn-abat
Copy link

Refer to this link for build results (access rights to CI server needed):
https://jenkins.bigswitch.com//job/loxigen_pull_req/146/
Test PASSed.

@Sovietaced
Copy link
Contributor

ACK

@bsn-abat
Copy link

ABAT: START_MERGE: Log file at http://vss1/abat/2015.05.14.2206-m.loxigen.master/abat.log

bsn-abat pushed a commit to floodlight/loxigen-artifacts that referenced this pull request May 14, 2015
Loxigen Head commit floodlight/loxigen@4cbe0e5
commit 4cbe0e565453307bbeb9fe32c16f560f81971e44
Merge: 5d668c3 cc196ab
Author: abat <abat@bigswitch.com>
Date:   Thu May 14 15:06:28 2015 -0700

    Merge into master from pull request #398:
    Another fix for OFGroup.java (floodlight/loxigen#398)

commit cc196ab13b8ad58cdc24321e62b3010b0a1efabf
Author: Ryan Izard <ryan.izard@bigswitch.com>
Date:   Thu May 14 17:27:55 2015 -0400

    Well, that introduced another subtle bug. Using new OFGroup(ZERO_VAL) instead of OFGroup.of(ZERO_VAL) works. It's null otherwise, which makes sense.
@bsn-abat bsn-abat merged commit cc196ab into floodlight:master May 14, 2015
@bsn-abat
Copy link

ABAT: ACCEPT: Successfully merged

In case you want to see the build log, check out :
Log file at http://vss1/abat/2015.05.14.2206-m.loxigen.master/abat.log
/cc

bsn-abat pushed a commit that referenced this pull request May 14, 2015
Another fix for OFGroup.java (#398)
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.

4 participants