Bug 66570

Summary: Code assist fails due to capitalization
Product: [Eclipse Project] JDT Reporter: Jared Burns <jared_burns>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
fix proposal
none
tests none

Description Jared Burns CLA 2004-06-10 15:05:37 EDT
Build 20040609

If I code assist on "bundle", I don't get the type "org.osgi.framework.Bundle" in the list of 
proposals. The first proposal I see is "org.osgi.framework.BundleActivator". Code assisting on 
"Bundle" correctly gives me the type "org.osgi.framework.Bundle". In case it matters, I was doing 
this code assist at the the top of the method ExternalToolsBuilder#build(...)
Comment 1 Jared Burns CLA 2004-06-10 15:07:21 EDT
(Oops. The type is named ExternalToolBuilder - "Tool" singular.)
Comment 2 David Audel CLA 2004-06-16 07:55:24 EDT
Created attachment 12234 [details]
fix proposal
Comment 3 David Audel CLA 2004-06-16 07:56:20 EDT
Created attachment 12235 [details]
tests
Comment 4 David Audel CLA 2004-08-10 09:25:01 EDT
Fixed and test added (CompletionTest).