Bug 11475

Summary: Code resolve reports types in security package
Product: [Eclipse Project] JDT Reporter: Erich Gamma <erich_gamma>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.