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
invalid.oclIsUndefined() should result in true instead of invalid. This is against the spec. which clearly says:
"Finally, there is an explicit operation for testing if the value of an expression is undefined. oclIsUndefined() is an
operation on OclAny that results in True if its argument is null or invalid and False otherwise."
The text was updated successfully, but these errors were encountered:
invalid.oclIsUndefined() should result in true instead of invalid. This is against the spec. which clearly says:
"Finally, there is an explicit operation for testing if the value of an expression is undefined. oclIsUndefined() is an
operation on OclAny that results in True if its argument is null or invalid and False otherwise."
The text was updated successfully, but these errors were encountered: