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
in SchemaManager.createSchema > 'if (cls.isMemberClass())' blocks persisting static inner classes.
I propose fixing it by altering if clause to 'if (cls.isMemberClass() && !Modifier.isStatic(cls.getModifiers()))' .
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
in SchemaManager.createSchema > 'if (cls.isMemberClass())' blocks persisting static inner classes.
I propose fixing it by altering if clause to 'if (cls.isMemberClass() && !Modifier.isStatic(cls.getModifiers()))' .
Thank you.
The text was updated successfully, but these errors were encountered: