Bug 72155 - [1.5][assist] Missing member type completion inside parameterized type reference
Summary: [1.5][assist] Missing member type completion inside parameterized type reference
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 06:11 EDT by David Audel CLA
Modified: 2005-05-18 13:07 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 David Audel CLA 2004-08-18 06:11:26 EDT
build I20040812
1) create X.java
public class X <T> {
  public class Y {
    public class Z {
    }
  }
}
2) create Test.java
public class Test {
  X<UnknownType>.Y.Z#cursor#
}

3) do ctrl + space at cursor location
No proposal
Comment 1 David Audel CLA 2005-05-18 13:07:35 EDT
The current behavior is the expected behavior.

No proposal and the status bar contains "UnknownType cannot be resolved to a type".