Community
Participate
Working Groups
Eclipse 3.1RC3. Hovering over invocation of constructor of nested class fires spurious bugs. Error log popups and following message appears: JavaElementLabels: Number of param types(1) != number of names(0): TestAction. An exception stack trace is not available, also popup over constructor invocation shows wrong number of parameters. replication code: public class TestClass { void doSth(int direction) { TestAction action = new TestAction(); } class TestAction { TestAction() { } } } Grzegorz L. Turski
Message is logged by JDT UI.
The binding key is LTestClass$TestAction;.(LTestClass;)V where as the signature is (LTestClass;)V This is actually a dup of 99137. *** This bug has been marked as a duplicate of 99137 ***