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
This error occurs when using generated NeoEMF code from the Ecore metamodel: if a toString() call is performed on an EClass instance, the method will fall in an infinite loop trying to get the eClass() of the current EClass.
Should be easy to fix by removing internal toString() calls.
The text was updated successfully, but these errors were encountered:
This error occurs when using generated NeoEMF code from the Ecore metamodel: if a
toString()
call is performed on anEClass
instance, the method will fall in an infinite loop trying to get theeClass()
of the currentEClass
.Should be easy to fix by removing internal toString() calls.
The text was updated successfully, but these errors were encountered: