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
at TypeCobol.Compiler.CodeElements.NumericValue.get_Value()
at TypeCobol.Compiler.CodeElements.MoveSimpleStatement.get_SendingItem()
at TypeCobol.Compiler.CodeElements.MoveSimpleStatement.get_Variables()
at TypeCobol.Compiler.Diagnostics.WriteTypeConsistencyChecker.OnNode(VariableWriter variableWriter, Node node)
at TypeCobol.Compiler.Nodes.Move.VisitNode(IASTVisitor astVisitor)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.VisitChildrens(IASTVisitor astVisitor, Boolean continueVisit, IEnumerable`1 childrenNodes)
at TypeCobol.Compiler.Nodes.Node.AcceptASTVisitor(IASTVisitor astVisitor)
at TypeCobol.Compiler.Parser.ProgramClassParserStep.CrossCheckPrograms(SourceFile root, TemporarySemanticDocument temporarySemanticDocument, TypeCobolOptions compilerOptions)
at TypeCobol.Compiler.CompilationUnit.RefreshProgramClassDocumentSnapshot()
at TypeCobol.LanguageServer.Workspace.<RefreshSyntaxTree>g__RefreshNodes|104_0(<>c__DisplayClass104_0&)
at TypeCobol.LanguageServer.Workspace.RefreshSyntaxTree(FileCompiler fileCompiler, SyntaxTreeRefreshLevel refreshLevel)
at TypeCobol.LanguageServer.Workspace.<>c__DisplayClass102_0.<TimerEvent>g__Refresh|0()
at TypeCobol.LanguageServer.TypeCobolServerHost.MessageHandler(IMessageHandler messageHandler, TypeCobolServer typeCobolServer)
Looking at the code, it means that either the Token was null or its LiteralValue.
TODO
identify how to reproduce
The text was updated successfully, but these errors were encountered:
From logging:
Looking at the code, it means that either the
Token
was null or itsLiteralValue
.TODO
The text was updated successfully, but these errors were encountered: