Skip to content


Closed GenerateI18nHelper does not work if enum has abstract methods
nuiton / i18n #148 · created by Tony Chemit
If an enum has abstract methods, then his class is an inner class, so the getClass().getName() returns fqn$1, fqn$2, ... Make sure we don't get this, but the proper fqn *(from redmine issue 4014 cre...
updated