Ricardo Pacheco created NETBEANS-1366:
-----------------------------------------
Summary: Code Completion window not shown for method parameter
Key: NETBEANS-1366
URL: https://issues.apache.org/jira/browse/NETBEANS-1366
Project: NetBeans
Issue Type: Bug
Reporter: Ricardo Pacheco
Reviewing the the Code Completion Test Case, in the Method Parameter section on
the defaukt project, the Code Completion does not popup if the cursor is
located after the third parameter ll.
For both x and g it does.
The code is the following:
public void testMethod(int x, List g) {
method(x, g, ll);
}
The Test Case is:
http://netbeans-vm.apache.org/synergy/client/app/#/case/2438/suite/2360/v/1
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists