Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 187977 - Cosmetic grammatical error
Summary: Cosmetic grammatical error
Status: VERIFIED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: Core (show other bugs)
Version: 2.3.0   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Marcelo Paternostro CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 204200
  Show dependency tree
 
Reported: 2007-05-19 20:56 EDT by Sri Raguraman CLA
Modified: 2008-01-28 16:40 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sri Raguraman CLA 2007-05-19 20:56:38 EDT
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:
Comment 1 Sri Raguraman CLA 2007-05-19 21:03:02 EDT
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>'.
Comment 2 Ed Merks CLA 2007-10-27 06:33:44 EDT
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.
Comment 3 Nick Boldt CLA 2007-10-31 16:59:19 EDT
Fixed in I200710311431.
Comment 4 Nick Boldt CLA 2008-01-28 16:40:53 EST
Move to verified as per bug 206558.