Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315313

Summary: [doc] The automatic class generation for proposal computer uses wrong interface
Product: [WebTools] WTP Source Editing Reporter: filip.kis
Component: wst.sseAssignee: Ian Tewksbury <itewksbu>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 CC: itewksbu, thatnitind
Version: 3.2Flags: thatnitind: review+
Target Milestone: 3.2 RC4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Fix Patch thatnitind: iplog+

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.