Bug 42381 - CodeAssist - Non public top level type must not be proposed
Summary: CodeAssist - Non public top level type must not be proposed
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 43919 (view as bug list)
Depends on: 36896
Blocks:
  Show dependency tree
 
Reported: 2003-09-02 10:01 EDT by David Audel CLA
Modified: 2009-08-30 02:20 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 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.