-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hello NEsper,
In com.espertech.esper.compiler.@internal.util.ImportDecl's CompareTo method, the following line causes a null exception when that.Namespace is null and none of the previous if conditions are stepped into.
else if (that.Namespace.StartsWith("System.")) {
I am not sure, but I think this code should be added at line 201 to fix the issue:
else if (that.Namespace == null) { nameComparison = 1; }
Kind regards
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels