Bug 48287 - Parameter hints shown for inexisting method due to case insensitivity
Summary: Parameter hints shown for inexisting method due to case insensitivity
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 trivial (vote)
Target Milestone: 3.0 M9   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 12:03 EST by Assaf Berg CLA
Modified: 2004-05-11 06:06 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 Assaf Berg CLA 2003-12-08 12:03:36 EST
I tried to get parameter hints form System.arrayCopy(... <ctrl+space>
and got the hints although the method actual name is System.arraycopy
Comment 1 David Audel CLA 2004-05-11 06:06:29 EDT
Work as design. You obtains the same result with an unknown method.
System.foo(...<ctrl+space>

Closed