SysML-v2-Pilot-Implementation icon indicating copy to clipboard operation
SysML-v2-Pilot-Implementation copied to clipboard

Field qualifiedNameConverter in KerMLScope is always null

Open lwrage opened this issue 1 year ago • 0 comments

Class KerMLScope depends on injection to set field qualifiedNameConverter. However, instances of KerMLScope are created using new (KerMLScopeProvider line 160), so nothing is injected. One effect is that calling Namespace.resolve() results in a NullPointerException.

lwrage avatar Feb 05 '24 15:02 lwrage