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

Bug 355813

Summary: Quick Fix can not work for Service call
Product: z_Archived Reporter: Song Fan <songfan>
Component: EDTAssignee: Xiao Bin Chen <xiaobinc>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh, songfan
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
rui handler
none
service interface none

Description Song Fan CLA 2011-08-25 06:11:34 EDT
Build Identifier: 

Quick Fix can not create returning to function and onexception function automatically:

call iServiceTest.functionName("asdf") returning to abc onexception handleException;

Reproducible: Always

Steps to Reproduce:
1.type the following source code in the source code of a RUI Handler
call iServiceTest.functionName("asdf") returning to abc onexception handleException;

2.right click the error element "abc" or handleException, select "Quick Fix"
3.the 2 function can not be created automatically
Comment 1 Song Fan CLA 2011-08-25 06:12:27 EDT
Created attachment 202135 [details]
rui handler
Comment 2 Song Fan CLA 2011-08-25 06:12:48 EDT
Created attachment 202136 [details]
service interface
Comment 3 Xiao Bin Chen CLA 2011-08-28 22:16:04 EDT
You should put you cursor in the line of call service statement.
Thanks.
Comment 4 Song Fan CLA 2011-08-28 22:31:24 EDT
invalid