Skip to content
Snippets Groups Projects
Commit 18b4b039 authored by Adam Knapp's avatar Adam Knapp
Browse files

Missing cases are added


Signed-off-by: default avatarAdam Knapp <knappadam5@gmail.com>
parent 94acabf7
No related branches found
No related tags found
1 merge request!615Eliminating todos and fixmes
......@@ -198,6 +198,12 @@ public final class StringSetOperation extends StringSubtypeTreeElement {
case SIZE_CONSTRAINT:
case ALPHABET_CONSTRAINT:
return ((StringSetConstraint) b.complement()).evaluate();
case PATTERN_CONSTRAINT:
break;
case VALUE_CONSTRAINT:
break;
default:
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment