Bug 20872

Summary: Doc - the javadoc is not correct for ICodeAssist#codeSelect
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: carlos.sanchez
Version: 2.0   
Target Milestone: 2.0 F4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-06-24 06:32:43 EDT
The paramenters description is wrong.
It is :
   /**
   ...
   * @param offset the given offset position
   * @param requestor the given completion requestor
   ...
   */
It must be :
   /**
   ...
   * @param offset the given offset position
   * @param length the number of selected characters
   ...
   */
Comment 1 Philipe Mulet CLA 2002-06-24 07:12:10 EDT
Please fix asap.
Comment 2 David Audel CLA 2002-06-24 07:26:54 EDT
Fixed.
Comment 3 David Audel CLA 2002-06-28 07:16:13 EDT
Verified.
Comment 4 Carlos Sanchez CLA 2009-04-15 20:06:33 EDT
*** Bug 272379 has been marked as a duplicate of this bug. ***