Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315313 - [doc] The automatic class generation for proposal computer uses wrong interface
Summary: [doc] The automatic class generation for proposal computer uses wrong interface
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.sse (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2 RC4   Edit
Assignee: Ian Tewksbury CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 17:33 EDT by filip.kis CLA
Modified: 2010-06-01 23:09 EDT (History)
2 users (show)

See Also:
thatnitind: review+


Attachments
Fix Patch (1.27 KB, patch)
2010-06-01 20:58 EDT, Ian Tewksbury CLA
thatnitind: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description filip.kis CLA 2010-06-01 17:33:48 EDT
Build Identifier: 20100527-0614

When generating extension to org.eclipse.wst.sse.ui.completionProposal and using the plugin editor to create the class, the created class uses the interface:

org.eclipse.wst.sse.ui.internal.provisional.contentassist.ICompletionProposalComputer

instead of:

org.eclipse.wst.sse.ui.ICompletionProposalComputer

Reproducible: Always

Steps to Reproduce:
1. Create new plugin project
2. Add org.eclipse.wst.sse.ui.completionProposal extension using plugin editor
3. Automatically generate  proposal computers class from the editor
Comment 1 Ian Tewksbury CLA 2010-06-01 20:58:34 EDT
Created attachment 170730 [details]
Fix Patch

Fixes the completionProposal.exsd to use the correct interface
Comment 2 Nitin Dahyabhai CLA 2010-06-01 23:09:48 EDT
Releasing under documentation provision of ramp-down process.