You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct implementation would get the value from the data returned from SQL database and check if that is empty. For example that value could be a string or a list, both can be empty, but doesn't have an common interface, so it would need instanceof
For now, I slapped the Ignore annotation on the failing tests in ConditionalEvaluatorTest. These annotations should be removed when addressed.
testEvaluateEmpty_True
testEvaluateEmpty_False
In the above code snippet, com.redhat.lightblue.util.Path is being cast to a java.util.Collection, which it is not, causing a ClassCastException.
The text was updated successfully, but these errors were encountered: