Bug 69592 - Code assist: method parameters help doesn't work if parameters appear in multiple lines
Summary: Code assist: method parameters help doesn't work if parameters appear in mult...
Status: RESOLVED DUPLICATE of bug 67327
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 09:23 EDT by Fred Cruz CLA
Modified: 2004-07-08 13:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Cruz CLA 2004-07-08 09:23:30 EDT
Steps to reproduce:

. Write some call whose parameters are split in more than one line, say:

     new String("testing").substring(1, <CURSOR_POS_1>
               <CURSOR_POS_2>2);

. If cursor is placed on <CURSOR_POS_1> and the user presses CTRL+SPACE and 
choose the option with 2 parameters, editor will show a hint (int arg0, int 
arg1).

. If cursor is placed on <CURSOR_POS_2> and the user presses CTRL+SPACE and 
choose the option with 2 parameters, editor will not show any hint.

. The same problem occurs if there is no choice for method signature (say 
method getChars is invoked).
Comment 1 Dani Megert CLA 2004-07-08 13:15:57 EDT

*** This bug has been marked as a duplicate of 67327 ***