Community
Participate
Working Groups
Build ID: M20060629-1905 Steps To Reproduce: 1. Take any ecore model and generate the model code 2. Look in <ecore package name>.util package for class <model>AdapterFactory, and instance variable modelSwitch. Look above for the generated doc and you will see this grammatically wrong line: /** * The switch the delegates to the <code>createXXX</code> methods. More information:
Also see this: In the generated code, open the util package, class <ModelName>Switch, the word 'interpreting' is misspelt. /** * Returns the result of interpretting the object as an instance of '<em>Container</em>'.
The second problem was fixed by https://bugs.eclipse.org/bugs/show_bug.cgi?id=192218. The fix for the first problem is committed to CVS for 2.4; we don't generally like to make changes that affect code generation in maintenance streams.
Fixed in I200710311431.
Move to verified as per bug 206558.