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.LanguageServer.Workspace.CollectDataLayoutNodes(CompilationUnit compilationUnit)
at TypeCobol.LanguageServer.Workspace.GetDataLayoutAsCSV(CompilationUnit compilationUnit, String separator)
at TypeCobol.LanguageServer.TypeCobolCustomLanguageServerProtocol.TypeCobolCustomLanguageServer.OnDidReceiveGetDataLayout(GetDataLayoutParams parameter)
at TypeCobol.LanguageServer.TypeCobolCustomLanguageServerProtocol.TypeCobolCustomLanguageServer.ReceivedGetDataLayoutRequest(RequestType requestType, Object parameters, LSPProfiling lspProfiling)
Describe the bug
A
NullReferenceException
may be thrown byWorkspace.CollectDataLayoutNodes
method.To Reproduce
No source code to reproduce.
Expected behavior
No exception.
Technical
See
TypeCobol/TypeCobol.LanguageServer/Workspace.cs
Line 1103 in c1fdd30
This line should be protected against null values.
How to test automatically
TODO
The text was updated successfully, but these errors were encountered: