Details
-
Type: Bug
-
Status: Open
-
Priority: Default
-
Resolution: Unresolved
-
Affects Version/s: 1.4.0
-
Fix Version/s: None
-
Component/s: Message Generation
-
Labels:None
-
Environment:Windows 7 ıIBM JDK6
Description
Message generator uses enum value descriptions as constant names but doesn't sanitize them before using them as identifiers. Since the value is a free format string the generator produces invalid/uncompilable code.
I think the description tag value should be sanitized as a valid Java identifier before it's used.
Thanks in advance.
Serkan KABA