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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: