Skip to content


Closed Get super class doesn't returns same instance a model's classes
nuiton / eugene #157 · created by Tony Chemit
In current eugene version (2.4.2) calling getSuperClass() return en empty and non exploitable class different from model instance. Current workarround is doing:
for (ObjectModelClass superClass : cl...
updated