Bug 66570 - Code assist fails due to capitalization
Summary: Code assist fails due to capitalization
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 15:05 EDT by Jared Burns CLA
Modified: 2005-01-11 11:02 EST (History)
0 users

See Also:


Attachments
fix proposal (742 bytes, text/plain)
2004-06-16 07:55 EDT, David Audel CLA
no flags Details
tests (3.00 KB, text/plain)
2004-06-16 07:56 EDT, David Audel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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).