TypeCobol
TypeCobol copied to clipboard
Invalid cast in TableDefinitionExtensions.GetTableSortingKeys
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)
No code to 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.