Skip to content
Snippets Groups Projects

NPE fix for excludes

Merged Miklos Magyari requested to merge exclfix into main
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -33,7 +33,6 @@ import org.eclipse.titan.lsp.AST.IReferenceChain;
import org.eclipse.titan.lsp.AST.IType;
import org.eclipse.titan.lsp.AST.IType.TypeOwner_type;
import org.eclipse.titan.lsp.AST.IType.Type_type;
import org.eclipse.titan.lsp.AST.Location.LocationTypeAdapter;
import org.eclipse.titan.lsp.AST.Identifier;
import org.eclipse.titan.lsp.AST.Location;
import org.eclipse.titan.lsp.AST.Module;
Loading