Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

Field qualifiedNameConverter in KerMLScope is always null #533

Open lwrage opened 4 months ago

lwrage commented 4 months ago

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.