Community
Participate
Working Groups
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.
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.