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

Match: consistently hide Fields w/ broken prereqs LOXI-75 #447

Merged

Commits on Nov 20, 2015

  1. Match: consistently hide Fields w/ broken prereqs LOXI-75

    Previously, isExact(), isPartiallyMasked() and isFullyWildcarded()
    did not check whether the required prerequisites for a field
    had been set. get() and getMasked() did, leading to inconsistent
    results / NPEs.
    
    This makes all of the methods honor the prerequisite checks.
    It also adds a unit test checking the behavior.
    andi-bigswitch committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    3850039 View commit details
    Browse the repository at this point in the history