Community
Participate
Working Groups
Hi, I would like to customize the Ecore code generation by injecting some code into the generated EObjectImpl constructor methods. Unfortunately, the EMF generation patterns provided by EGF do not offer a pattern for overriding the constructor generation. Can you please split the Class pattern in a way which allows overriding the constructor methods? Thanks alot, Mathias
Bug reassigned to Matthieu.
Hi Mathias, The EGF-0.5.0_RC1 fixed this evolution. Location of the new pattern: - Factory Component: EMF Model Pattern - Pattern Library: org.eclipse.egf.emf.pattern.model.call.Class - Pattern: Class.egfCustom.constructor.override This new can be freely overrived. Benoît
Fixed