Bug 117739 - [content assist] Completion with argument names is disabled it should use IMethod.getRawParameterNames()
Summary: [content assist] Completion with argument names is disabled it should use IMe...
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: Tom Hofmann CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo, performance
Depends on:
Blocks:
 
Reported: 2005-11-23 11:25 EST by Olivier Thomann CLA
Modified: 2007-06-22 10:04 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2005-11-23 11:25:16 EST
When the option to complete the parameter names is disabled, it should not use the method IMethod.getParameterNames(), but IMethod.getRawParameterNames().
Comment 1 Tom Hofmann CLA 2005-12-05 05:11:47 EST
Which call site do you mean exactly - I wasn't able to find the call to getParameterNames you refer to.

Please reopen with more info.
Comment 2 Olivier Thomann CLA 2005-12-05 08:46:56 EST
I am not saying that you were calling getParameterNames(). I need to check if this is done in the UI or at the Core level.
Comment 3 Dani Megert CLA 2007-06-22 09:59:00 EDT
Get rid of deprecated state.
Comment 4 Dani Megert CLA 2007-06-22 10:04:20 EDT
.