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

Bug 352277

Summary: SWTBot fails to select a menu item from a quick assist menu of Eclipse
Product: [Technology] SWTBot Reporter: Mohsen Vakilian <reprogrammer>
Component: EclipseBotAssignee: Project Inbox <swtbot-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nchen, reprogrammer, snegara2
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Mohsen Vakilian CLA 2011-07-16 14:47:32 EDT
Build Identifier: 20110615-0604

I'd like to use [SWTBot][1] to inline a local variable via the quick assist menu. My SWTBot test pops up the quick assist menu, but it fails to select the proposal item. I've created [a minimal project][2] on [GitHub][3] that demonstrates this problem and opened [an issue][4] that describes the problem in detail.

  [1]: http://www.eclipse.org/swtbot/
  [2]: https://github.com/reprogrammer/SWTBotExamples
  [3]: https://github.com/
  [4]: https://github.com/reprogrammer/SWTBotExamples/issues/2

Reproducible: Always

Steps to Reproduce:
I've created a minimal example project that demonstrates the failure to select an item of a quick assist menu. See https://github.com/reprogrammer/SWTBotExamples/issues/2 for more details.
Comment 1 Mohsen Vakilian CLA 2011-07-16 14:53:24 EDT
We encountered this problem while working on the CodingSpectator project <http://codingspectator.cs.illinois.edu/>. We posted this problem on StackOverflow <http://stackoverflow.com/q/6643485/130224> and the SWTBot forum <http://www.eclipse.org/forums/index.php/mv/msg/219667/695038/#msg_695038>. But, we didn't get any responses. So, we decided to open a bug for this issue so that you could confirm if this issue is because of a bug in SWTBot or not.