Community
Participate
Working Groups
Build Identifier: 20110916-0149 The JvmTypesBuilder does not have a 'toEnumerationLiteral' method (it has the 'to Enumerationtype'). Moreover, JvmModelGenerator doesn't support JvmEnumerationTypes. Reproducible: Always
Created attachment 211397 [details] xtend file extending the JvmModelGenerator to create Enums xtend file extending the JvmModelGenerator to create Enums
Comment on attachment 211397 [details] xtend file extending the JvmModelGenerator to create Enums I started a thread on the same issue ( http://www.eclipse.org/forums/index.php/t/296248/ ) I since written an extension to the JvmModelGenerator for my own use to overcome this problem. (See attachment) Please feel free to use in whatever manner! Regards Ingo
Cool, thanks for the contribution!
Took the patch as inspiration, but the API has changed so I implemented it from scratch. Thanks anyway. Pushed to MASTER.
Constructor args on enum literals will be tracked by bug 372771.
*** Bug 373322 has been marked as a duplicate of this bug. ***
Closing all bugs that were set to RESOLVED before Neon.0