Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Error Exceeding 65535 bytes limit
Error Exceeding 65535 bytes limit [message #1739863] Fri, 05 August 2016 07:02
chris yo is currently offline chris yoFriend
Messages: 146
Registered: February 2013
Senior Member
I am getting this error:
Description	Resource	Path	Location	Type
The code for the static initializer is exceeding the 65535 bytes limit	InternalMyDslParser.java	/xtext/src-gen/org/parser/antlr/internal	line 24	Java Problem
Description	Resource	Path	Location	Type
The code of method specialStateTransition(int, IntStream) is exceeding the 65535 bytes limit	InternalMyDslParser.java	/xtext/src-gen/org/parser/antlr/internal	line 86552	Java Problem



Are there any settings in the MWE that I can set to get rid of this error?

I tried setting the fieldsPerClass and methodsPerClass in my ANTLR fragment but the error is the same.
fragment = parser.antlr.XtextAntlrGeneratorFragment auto-inject {
                  options = {
                        backtrack = false
                        memoize = true
                        classSplitting=true
                        fieldsPerClass = "100" 
                        methodsPerClass = "100"
                  }
                }


How to get rid of this error?
Previous Topic:Out Of Memory Error
Next Topic:Using Xbase
Goto Forum:
  


Current Time: Thu Apr 18 09:27:48 GMT 2024

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

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

Back to the top