Community
Participate
Working Groups
As discussed in Bug 337368 no template proposals should be made if there is an expected type and we are doing completion on a member. Manual tests show that this is not fixed yet. (Tested in CompletionOnReturn in fixture project org.eclipse.recommenders.tests.fixtures.rcp.codecompletion.templates) For example no template proposals should be done in these cases: Button b = new Button(null, 0); return b.<^Space>; Button b = new Button(null, 0); String s = b.<^Space>
This bug should be fixed in the latest version of the templates branch.
Closing this issue. Please give latest dev build (v0.5) a try: http://download.eclipse.org/recommenders/updates/dev/e37/ http://download.eclipse.org/recommenders/updates/dev/e42/