| Summary: | Quick Fix can not work for Service call | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Song Fan <songfan> | ||||||
| Component: | EDT | Assignee: | 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: |
|
||||||||
Created attachment 202135 [details]
rui handler
Created attachment 202136 [details]
service interface
You should put you cursor in the line of call service statement. Thanks. invalid |
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