Bug 49007 - Code assist suggests package visible types
Summary: Code assist suggests package visible types
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: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 36896
Blocks:
  Show dependency tree
 
Reported: 2003-12-17 09:03 EST by Martin Aeschlimann CLA
Modified: 2009-08-30 02:21 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 Martin Aeschlimann CLA 2003-12-17 09:03:40 EST
20031217

public void foo() {
 c|code assist
}

The list is filled with classes called 'c' comming from types with encrypted 
names. These types are all package visible and can not be used in my package.
In the code assis preferences I specified 'Show ony proposals visible in 
current context'.
Comment 1 David Audel CLA 2004-05-10 12:44:29 EDT
I can not reproduce the bug in build I20040506

closed
Comment 2 Martin Aeschlimann CLA 2004-05-10 12:50:25 EDT
still the case in I20040506. Depends on the JRE you use. The sidecare JRE 
definitly has these types.

Or in another example:
package pack1;
class A { // package visisble
}
----
package pack2;
class B {
  A|code assist
}
Comment 3 Philipe Mulet CLA 2004-05-10 13:16:31 EDT
Requires support from new search.
Deferred post 3.0
Comment 4 Denis Roy CLA 2009-08-30 02:21:00 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.