|
Re: The code of method eIsSet(int) is exceeding the 65535 bytes limit [message #1805960 is a reply to message #1805946] |
Mon, 29 April 2019 11:50 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
The EMF code generator has no support for splitting eSet methods into smaller methods. If you truly have a class with such a huge number of locally defined features, you likely need to rethink your model design. Note that if the eIsSet method is so very large because of inheritance, you can try setting the GenModel property Minimal Reflective Methods to true. That of course suggests that one workaround is to create an abstract base class and put 1/2 the features (attributes?) in the base class instead.
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.08045 seconds