efr15
efr15
**Describe the bug** NullReference in RedefinesChecker.OnNode(DataRedefines redefinesNode) ` at TypeCobol.Compiler.Diagnostics.RedefinesChecker.OnNode(DataRedefines redefinesNode) at TypeCobol.Compiler.Diagnostics.CrossCompleteChecker.Visit(DataRedefines dataRedefines) at TypeCobol.Compiler.Nodes.Node.AcceptASTVisitor(IASTVisitor astVisitor) at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable1 childrenNodes) at TypeCobol.Compiler.Nodes.Node.AcceptASTVisitor(IASTVisitor astVisitor) at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor,...
**Describe the bug** Here are some missing compatibility checks between Picture and Usage: - A picture corresponding to the NationalEdited category cannot be declared with DISPLAY1 usage. - A DBCS...
**What is the current problem** URIs are not always managed properly in Language Server. **Describe the solution you'd like** URI is originally sent by the client. It should not be...
**Describe the bug** A `NullReferenceException` occurred in method `GetTokenStartingFrom`. Stacktrace is: ``` à TypeCobol.Compiler.Scanner.Scanner.GetTokenStartingFrom(Int32 startIndex) à TypeCobol.Compiler.Scanner.Scanner.ScanTokensLine(TokensLine tokensLine, MultilineScanState initialScanState, TypeCobolOptions compilerOptions, List`1 copyTextNameVariations, BitArray multiStringConcatBitPosition) à TypeCobol.Compiler.Scanner.Scanner.ScanTokensLineContinuationGroup(IList`1 continuationLinesGroup, MultilineScanState...
**Describe the bug** VALUE clause cannot be specified for: 1. A REDEFINES item or an item having a parent which is a REDEFINES. 2. An item having a parent with...
**Describe the bug** For instance, a diagnostic is created because a VALUE assigned to a data is too big compared to the data declaration. The diagnostic mentions the value itself....
**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 :...