Bug 47325 - [typing] Empty string as one variant for method argument in code assist
Summary: [typing] Empty string as one variant for method argument in code assist
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 04:43 EST by Konstantin Scheglov CLA
Modified: 2003-11-24 05:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Scheglov CLA 2003-11-24 04:43:16 EST
Is it possible to add empty string ("") as one possible variant for values in
list for method arguments? There is already null, but empty string is also
interesting in some cases.
Comment 1 Dani Megert CLA 2003-11-24 05:17:34 EST
Wouldn't "<caret>" be better?
Comment 2 Konstantin Scheglov CLA 2003-11-24 05:21:40 EST
Mmm... Do you mean that it will add empty string and place caret between '"'?
Yes, this is better.