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
Describe the bug
An InvalidCastException has been thrown by TableDefinitionExtensions.GetTableSortingKeys, code was attempting to cast an instance of DataConditionEntry into CommonDataDescriptionAndDataRedefines.
To Reproduce
(Type)Cobol code that cause the bug : (if any)
Nocodeto reproduce yet
Expected behavior
No exception !
Technical
Check cast instructions and protect where needed.
How to test automatically
Standard tests if code to reproduce can be found.
The text was updated successfully, but these errors were encountered:
Describe the bug
An
InvalidCastException
has been thrown byTableDefinitionExtensions.GetTableSortingKeys
, code was attempting to cast an instance ofDataConditionEntry
intoCommonDataDescriptionAndDataRedefines
.To Reproduce
(Type)Cobol code that cause the bug : (if any)
Expected behavior
No exception !
Technical
Check cast instructions and protect where needed.
How to test automatically
Standard tests if code to reproduce can be found.
The text was updated successfully, but these errors were encountered: