Peter Nabbefeld created NETBEANS-886:
----------------------------------------
Summary: Code completion does not work in "if" statement
Key: NETBEANS-886
URL: https://issues.apache.org/jira/browse/NETBEANS-886
Project: NetBeans
Issue Type: Bug
Affects Versions: 9.0
Environment: Linux, NB 9.0 RC1 (and predecessors)
Reporter: Peter Nabbefeld
package org.example.ds;
public class Test {
public void test() {
String test = "abcd";
// [1] test.contains("a");
// [2] if (test.contains("a"));
}
}
When writing Java code, in case [1] code completion works, case [2] not (just
typing "test.c" gives me correct correct list of proposals in the first case,
but weird ones like "continue" in the second).
--
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