Closed himi closed 2 years ago
To render type names, it used getName() but it may be null if the types are inherits without their own name. Use getEffectiveName() instead.
To render type names, it used getName() but it may be null if the types are inherits without their own name. Use getEffectiveName() instead.