Bug 283875 - [content assist] 'this' should be included in content assist parameter drop-down
Summary: [content assist] 'this' should be included in content assist parameter drop-down
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-17 13:13 EDT by Hollis Waite CLA
Modified: 2009-07-30 06:34 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 Hollis Waite CLA 2009-07-17 13:13:02 EDT
Build ID: I20090611-1540

Steps To Reproduce:
class Test {
  void m() {
    // add code here
  }
}


More information:
Use Ctrl-Space and select the "equals(Object)" method.  IntelliSense will provide a list of appropriate variables.  'this' is not displayed among candidate arguments.  For nonstatic inner classes, perhaps '<outer>.this' should be included as well?