Community
Participate
Working Groups
Build Identifier: 3.6 use this CU public class CU { interface A { void m(); } void m(A a, int b) { } void m2() { } } Reproducible: Always Steps to Reproduce: * In method m2, type 'm' and invoke content assist - will be completed to m(a, b) * select 'a' and type 'new, invoke content assist, select new CU.A()... > the code is messed up - the parameter-placeholder for b is duplicated, there is misplaced miscolon void m2() { m(new A() { public void m() { // TODO Auto-generated method stub } };, b, b) }
Broken since 3.5.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.