Bug 283875

Summary: [content assist] 'this' should be included in content assist parameter drop-down
Product: [Eclipse Project] JDT Reporter: Hollis Waite <hwaite>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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?