Bug 11475 - Code resolve reports types in security package
Summary: Code resolve reports types in security package
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-15 10:55 EST by Erich Gamma CLA
Modified: 2002-03-25 05:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Gamma CLA 2002-03-15 10:55:06 EST
1) change JRE_LIB to refer to JDK 1.4.
2) add a local variable x to a method
3) hover over it 
->it gets reported to be a type of the cryptography/security package.
Comment 1 Philipe Mulet CLA 2002-03-15 17:46:14 EST
The fall through selection should probably only issue ones which either where 
already qualified, or ones which do not need any qualification.
Comment 2 David Audel CLA 2002-03-25 05:47:03 EST
Local variable declaration selection was not supported and when no answer is 
found then the SelectionEngine propose types named like the identifier of the 
selection.

Now selection on local declaration is supported and answer the type of the 
local.
Fixed.