Bug 20872 - Doc - the javadoc is not correct for ICodeAssist#codeSelect
Summary: Doc - the javadoc is not correct for ICodeAssist#codeSelect
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 06:32 EDT by David Audel CLA
Modified: 2009-04-15 20:06 EDT (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 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. ***