Bug 42381

Summary: CodeAssist - Non public top level type must not be proposed
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: douglas.pollock
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 36896    
Bug Blocks:    

Description David Audel CLA 2003-09-02 10:01:52 EDT
1) create the following classes
a/X.java
package a;
/*public*/class X {
}

b/Y.java
package b;
public class Y {
  void foo(){
    new X<cursor>
  }
}
2) do ctrl+space a cursor location

X is proposed but X is not visible.
Comment 1 Philipe Mulet CLA 2003-09-04 04:04:39 EDT
Known limitation for type completions (since using type name search which 
doesn't surface modifiers so far).
Comment 2 Philipe Mulet CLA 2003-12-09 07:54:57 EST
Using new search implementation which is going to surface modifiers, this could 
be improved.
Comment 3 Philipe Mulet CLA 2003-12-09 08:03:15 EST
*** Bug 43919 has been marked as a duplicate of this bug. ***
Comment 4 David Audel CLA 2004-05-10 12:36:05 EDT
Post 3.0
Comment 5 Denis Roy CLA 2009-08-30 02:20:43 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.