Community
Participate
Working Groups
Add an attribute of type TypeSystemImpl and make it possible to set is by the users. When this attribute is null (not set), the job should create the TypeSystemImpl lazily.
Fixed.
Ok for the new setter method, but we must never refer to the implementation classes in such cases. Instead the interface, i.e., org.eclipse.xtend.expression.TypeSystem, should be used. The only exception to this rule is the location where you create a new instance of TypeSystemImpl on the fly. So could you kindly revise the code accordingly?
The support for custom TypeSystem instances has meanwhile been implemented in a slightly different way. See bug #357813.
Mass-closing Resolved tickets