TypeCobol icon indicating copy to clipboard operation
TypeCobol copied to clipboard

Invalid cast in TableDefinitionExtensions.GetTableSortingKeys

Open efr15 opened this issue 7 months ago • 1 comments

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.

efr15 avatar Jul 22 '24 08:07 efr15