Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » The code of method eIsSet(int) is exceeding the 65535 bytes limit
The code of method eIsSet(int) is exceeding the 65535 bytes limit [message #1805946] Mon, 29 April 2019 09:34 Go to next message
Pratiksha Dalal is currently offline Pratiksha DalalFriend
Messages: 31
Registered: May 2018
Member
Hi,

I am getting error The code of method eIsSet(int) is exceeding the 65535 bytes limit when I am trying to add eAttributes to an Eclass

Please help me in solving this exception.
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 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
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/
Previous Topic:Eclipse lunching problem
Next Topic:DataSourceFactory bundle Missing
Goto Forum:
  


Current Time: Fri Apr 19 14:19:17 GMT 2024

Powered by FUDForum. Page generated in 0.02871 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top