Community
Participate
Working Groups
Build Identifier: I20100608-0911 For the grammar of SQL*Plus I've needed to reduce the value of FIELDS_PER_CLASS in org.eclipse.xtext.generator.parser.antlr.splitting.AntlrParserSplitter manually. 1500 worked for me. However, it'll be nice if in a coming version of Xtext a setter for FieldsPerClass could be introduce to overwrite the default of 2500 if needed. Since I really have to change the Xtext source to get rid of the "The code for the static initializer is exceeding the 65535 bytes limit" error message, I consider this a bug. Reproducible: Always
We have to reenable class splitting since it is currently broken in master due to the Antlr 3.2 upgrade. We should make FIELDS_PER_CLASS configurable in the helios maintenance branch, too.
Removed target milestone.
Fields_per_class and methods_per_class are configurable in indigo and indigo maintenance.
Closing all bugs that were set to RESOLVED before Neon.0